]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExInt.h
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathExInt.h
index 4a8c97a83718bd2193f9961c60d56505d67d861c..989395fdb2d124bf56988178cd64f9b315ab3073 100644 (file)
@@ -52,11 +52,11 @@ public:
        ///
        void mathematica(MathematicaStream &) const override;
        ///
-       void mathmlize(MathStream &) const override;
+       void mathmlize(MathMLStream &) const override;
        ///
        void htmlize(HtmlStream &) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        InsetCode lyxCode() const override { return MATH_EXINT_CODE; }
 private: