]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathEnv.h
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / src / mathed / InsetMathEnv.h
index 75252bb18a00a82afb378be7f5bd46387f6b2295..38e6aeb203716698ce5cc14fe2f35dac17aca180 100644 (file)
@@ -37,7 +37,7 @@ public:
        void infoize(odocstream & os) const;
 
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
        /// name of that environment
        docstring name_;
 };