]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathComment.h
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathComment.h
index 0134f6cfa970e9f80089345d339b1213351c4741..30e8cc4de4504446ddf3fe1d1c20b7de171dbe49 100644 (file)
@@ -36,7 +36,7 @@ public:
        void drawT(TextPainter & pi, int x, int y) const override;
 
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        void maple(MapleStream &) const override;
        ///
@@ -44,7 +44,7 @@ public:
        ///
        void octave(OctaveStream &) const override {}
        ///
-       void mathmlize(MathStream &) const override;
+       void mathmlize(MathMLStream &) const override;
        ///
        void htmlize(HtmlStream &) const override;
        ///