]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathKern.h
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathKern.h
index 1cf938b2bd509b635a943c686b7f5e1d4c2da833..c562250a363b00ab9b10c2074c8bcd5067ab7093 100644 (file)
@@ -36,11 +36,11 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        void normalize(NormalStream & ns) const override;
        ///
-       void mathmlize(MathStream &) const override { }
+       void mathmlize(MathMLStream &) const override { }
        ///
        void htmlize(HtmlStream &) const override { }
        ///