git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2358 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
André Pönitz 2001-07-26 10:55:07 +00:00
parent 16fe92dbc0
commit 3fb186cc5e

View 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