]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathPhantom.h
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / src / mathed / InsetMathPhantom.h
index dfb7b60f7cf4385fc1e1b3db2a03eafbf990cb64..6bfdd08c5ea19bef0ecbf1d76732e7db78d58532 100644 (file)
@@ -39,7 +39,7 @@ public:
        void infoize(odocstream & os) const;
 private:
        ///
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
        ///
        Kind kind_;
 };