]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathTFrac.h
use bald pointers in clone()
[lyx.git] / src / mathed / InsetMathTFrac.h
index 5299b0b11aa741ba5f047b14e29546da15f8e3dc..8bc7433caeb5a65d4d23c5e5b94bb9196008893d 100644 (file)
@@ -34,7 +34,7 @@ public:
        ///
        void validate(LaTeXFeatures & features) const;
 private:
-       virtual std::auto_ptr<Inset> doClone() const;
+       virtual Inset * clone() const;
 };