]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathComment.h
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathComment.h
index e4dcf65869eba8ad711c1cf9cc5049d40263dce1..30e8cc4de4504446ddf3fe1d1c20b7de171dbe49 100644 (file)
@@ -17,8 +17,6 @@
 
 namespace lyx {
 
-class latexkeys;
-
 /// Inset for end-of-line comments
 class InsetMathComment : public InsetMathNest {
 public:
@@ -38,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;
        ///
@@ -46,7 +44,7 @@ public:
        ///
        void octave(OctaveStream &) const override {}
        ///
-       void mathmlize(MathStream &) const override;
+       void mathmlize(MathMLStream &) const override;
        ///
        void htmlize(HtmlStream &) const override;
        ///