]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathEnv.h
use bald pointers in clone()
[lyx.git] / src / mathed / InsetMathEnv.h
index 7d73a875d52edd735e93de9b1b462397c506776f..80072dbd97a2d1ec7c3d609671eaddec3f77d374 100644 (file)
@@ -37,7 +37,7 @@ public:
        void infoize(odocstream & os) const;
 
 private:
-       virtual std::auto_ptr<Inset> doClone() const;
+       virtual Inset * clone() const;
        /// name of that environment
        docstring name_;
 };