From 3fb186cc5e7cdf1ef56a4a355d280b6b54c833c6 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andr=C3=A9=20P=C3=B6nitz?= Date: Thu, 26 Jul 2001 10:55:07 +0000 Subject: [PATCH] tiny git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2358 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/mathed/math_bigopinset.C | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/mathed/math_bigopinset.C b/src/mathed/math_bigopinset.C index 9b5e224cc8..cda49613db 100644 --- a/src/mathed/math_bigopinset.C +++ b/src/mathed/math_bigopinset.C @@ -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 -- 2.39.5