mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
tiny
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@2358 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
16fe92dbc0
commit
3fb186cc5e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user