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