]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/math_spaceinset.h
split LyXText::rowlist_ into individual Paragraph::rows_ chunks
[lyx.git] / src / mathed / math_spaceinset.h
index 4098ebfe0512a2314933bb6ab48edf219d7f31c4..d2a51a1aab0cfd9e629a18e60d45d23cabb9bb3d 100644 (file)
@@ -13,7 +13,7 @@ public:
        ///
        explicit MathSpaceInset(string const & name);
        ///
-       InsetBase * clone() const;
+       virtual std::auto_ptr<InsetBase> clone() const;
        ///
        MathSpaceInset const * asSpaceInset() const { return this; }
        ///