]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTheorem.h
Fix text frame drawing.
[lyx.git] / src / insets / InsetTheorem.h
index 0b337323cb6b67913815427b0f5b5c7dc1fecb58..6607d5f7f81a14fa1f1dcefeeaa66c29828a9c15 100644 (file)
@@ -39,7 +39,7 @@ public:
        ///
        virtual docstring const editMessage() const;
 private:
-       virtual std::auto_ptr<Inset> doClone() const;
+       virtual Inset * clone() const;
 
        ///
        mutable unsigned int center_indent_;