]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathPhantom.h
Fix bug 5802 (http://bugzilla.lyx.org/show_bug.cgi?id=5802)
[lyx.git] / src / mathed / InsetMathPhantom.h
index e1fbf50e887d46506e7a9d91a91daa5c16d01cc3..6bfdd08c5ea19bef0ecbf1d76732e7db78d58532 100644 (file)
@@ -36,10 +36,10 @@ public:
        /// write normalized content
        void normalize(NormalStream & ns) const;
        ///
-       void infoize(std::ostream & os) const;
+       void infoize(odocstream & os) const;
 private:
        ///
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
        ///
        Kind kind_;
 };