]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSqrt.h
revert last patch. there's something wrong, possibly unrelated to this
[lyx.git] / src / mathed / InsetMathSqrt.h
index f3c9db0d16fffed64d9ba641941789e66171cee0..7db7ff641d89888942d2e01ca053a056718ecb53 100644 (file)
@@ -44,9 +44,9 @@ public:
        ///
        void octave(OctaveStream &) const;
        ///
-       void mathmlize(MathMLStream &) const;
+       void mathmlize(MathStream &) const;
 private:
-       virtual std::auto_ptr<InsetBase> doClone() const;
+       virtual Inset * clone() const;
 };