]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathPhantom.h
revert last patch. there's something wrong, possibly unrelated to this
[lyx.git] / src / mathed / InsetMathPhantom.h
index 09d352deac5bb58dab661d2dca27855a0242529f..6bfdd08c5ea19bef0ecbf1d76732e7db78d58532 100644 (file)
@@ -14,6 +14,9 @@
 
 #include "InsetMathNest.h"
 
+
+namespace lyx {
+
 class InsetMathPhantom : public InsetMathNest {
 public:
        ///
@@ -33,12 +36,15 @@ 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_;
 };
 
+
+
+} // namespace lyx
 #endif