From 32a0ece3de27d5688e6920b5f6aebf23e8deb350 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Thu, 30 Aug 2007 22:30:14 +0000 Subject: [PATCH] compil fix. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19927 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/insets/InsetMarginal.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetMarginal.cpp b/src/insets/InsetMarginal.cpp index be75e9e671..0193f5b33b 100644 --- a/src/insets/InsetMarginal.cpp +++ b/src/insets/InsetMarginal.cpp @@ -37,7 +37,7 @@ InsetMarginal::InsetMarginal(InsetMarginal const & in) Inset * InsetMarginal::clone() const { - new InsetMarginal(*this); + return new InsetMarginal(*this); } -- 2.39.2