]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBrace.h
cursor is no more damaging the background. L-shaped cursor is broken right now....
[lyx.git] / src / mathed / InsetMathBrace.h
index 74104f94300f7ce14beae122cb3bbece339c4e63..fd673f36fe5661d4ca899a12f2cd8632058e5e37 100644 (file)
@@ -44,9 +44,9 @@ public:
        ///
        void octave(OctaveStream &) const;
        ///
-       void mathmlize(MathMLStream &) const;
+       void mathmlize(MathStream &) const;
        ///
-       void infoize(std::ostream & os) const;
+       void infoize(odocstream & os) const;
 private:
        virtual std::auto_ptr<InsetBase> doClone() const;
 };