]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathStackrel.h
MathML: add M/ETagInline.
[lyx.git] / src / mathed / InsetMathStackrel.h
index 0e5514fd38be3a1a9d78919b687782315cc44c1f..e7d6787ac6c9ce6aa4beee07d468c99635f627cf 100644 (file)
@@ -34,11 +34,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 &) const override;
        ///
-       void mathmlize(MathStream &) const override;
+       void mathmlize(MathMLStream &) const override;
        ///
        void htmlize(HtmlStream &) const override;
        ///