]> git.lyx.org Git - features.git/commitdiff
tiny
authorAndré Pönitz <poenitz@gmx.net>
Thu, 26 Jul 2001 10:55:07 +0000 (10:55 +0000)
committerAndré Pönitz <poenitz@gmx.net>
Thu, 26 Jul 2001 10:55:07 +0000 (10:55 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2358 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/math_bigopinset.C

index 9b5e224cc8cff6691312821709cac51b9a44545a..cda49613db69e6c983c9fb801ce34c0eb63e4af1 100644 (file)
@@ -7,10 +7,8 @@
 using std::ostream;
 
 MathBigopInset::MathBigopInset(string const & name, int id)
-       : sym_(id)
-{
-       setName(name);
-}
+       : MathInset(0, name), sym_(id)
+{}
 
 
 MathInset * MathBigopInset::clone() const