]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSymbol.h
g-brief loads babel internally. So don't load it ourselves.
[lyx.git] / src / mathed / InsetMathSymbol.h
index a21bc935eff1f0f371de29c7c1a4b794fe729f0a..f894782ab5c1366fe195f6ec3a0b5c81c20f49eb 100644 (file)
@@ -63,7 +63,7 @@ public:
        ///
        void mathematica(MathematicaStream &) const override;
        ///
-       void mathmlize(MathStream &) const override;
+       void mathmlize(MathMLStream &) const override;
        ///
        void htmlize(HtmlStream &) const override;
        /// \param spacing controls whether we print spaces around
@@ -72,7 +72,7 @@ public:
        ///
        void octave(OctaveStream &) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        void infoize2(odocstream & os) const override;
        ///