]> git.lyx.org Git - lyx.git/commitdiff
compil fix.
authorAbdelrazak Younes <younes@lyx.org>
Thu, 30 Aug 2007 22:30:14 +0000 (22:30 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 30 Aug 2007 22:30:14 +0000 (22:30 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19927 a592a061-630c-0410-9148-cb99ea01b6c8

src/insets/InsetMarginal.cpp

index be75e9e671dab0c38cc8b4b65ac527e2d84fdbe6..0193f5b33b84c59b12ce85fabfe7851bd8f9f817 100644 (file)
@@ -37,7 +37,7 @@ InsetMarginal::InsetMarginal(InsetMarginal const & in)
 
 Inset * InsetMarginal::clone() const
 {
-       new InsetMarginal(*this);
+       return new InsetMarginal(*this);
 }