]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNumber.h
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathNumber.h
index ce5803c1869e2932d894dfa82b75f88adb5d644a..1b1f059bc09b213a95b22bb314a363642081914a 100644 (file)
@@ -43,11 +43,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_NUMBER_CODE; }