From: André Pönitz Date: Thu, 26 Jul 2001 10:55:07 +0000 (+0000) Subject: tiny X-Git-Tag: 1.6.10~20987 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3fb186cc5e7cdf1ef56a4a355d280b6b54c833c6;p=features.git tiny git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2358 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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