]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_unknowninset.h
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / mathed / math_unknowninset.h
index 6270cdcaebd49f81c51b928d8acd549d52b336ef..d93cc83ea874bee804ce2594fd073dcd6e3dad61 100644 (file)
@@ -13,7 +13,7 @@ public:
        explicit MathUnknownInset(string const & name,
                bool final = true, bool black = false);
        ///
-       MathInset * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///