]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetMarginal.h
Fix text frame drawing.
[lyx.git] / src / insets / InsetMarginal.h
index e261f7d9f6728a8f52b439f481839d864695176b..40d4e5d4c3ec77af306acc8a1bf5491e7b36b6a7 100644 (file)
@@ -44,7 +44,7 @@ public:
 protected:
        InsetMarginal(InsetMarginal const &);
 private:
-       virtual std::auto_ptr<Inset> doClone() const;
+       virtual Inset * clone() const;
 };