]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathString.h
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathString.h
index 9f2e0bf4f509cc907b5f1f111437416d8a9ab8c4..02ce7f039c55fd3273235b7ca8e804692f612274 100644 (file)
@@ -47,9 +47,9 @@ public:
        ///
        void mathematica(MathematicaStream &) const override;
        ///
-       void mathmlize(MathStream &) const override;
+       void mathmlize(MathMLStream &) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        InsetCode lyxCode() const override { return MATH_STRING_CODE; }