compil fix.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19927 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2007-08-30 22:30:14 +00:00
parent 4351ee8c3c
commit 32a0ece3de

View File

@ -37,7 +37,7 @@ InsetMarginal::InsetMarginal(InsetMarginal const & in)
Inset * InsetMarginal::clone() const
{
new InsetMarginal(*this);
return new InsetMarginal(*this);
}