]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathKern.h
typo
[lyx.git] / src / mathed / InsetMathKern.h
index efb83e244f2e523b1a4bb6296578eb9745bfb87c..c562250a363b00ab9b10c2074c8bcd5067ab7093 100644 (file)
@@ -36,15 +36,15 @@ 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 { }
        ///
-       void infoize2(odocstream & os) const;
+       void infoize2(odocstream & os) const override;
        ///
        InsetCode lyxCode() const override { return MATH_KERN_CODE; }