]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetMarginal.cpp
* src/paragraph_funcs.cpp (breakParagraph): change parameter 'flag' to
[lyx.git] / 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);
 }