]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathXArrow.h
Do not allow pasting backslashes in macro names
[features.git] / src / mathed / InsetMathXArrow.h
index 7c98ccaa130958eb9a2be84a9ce6b0613e160ff8..3e5c4846a95889e68149ed14b671f9bb99705469 100644 (file)
@@ -26,13 +26,13 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const override;
        ///
        void normalize(NormalStream & os) const override;
        ///
-       void mathmlize(MathStream &) const override;
+       void mathmlize(MathMLStream &) const override;
        ///
        void htmlize(HtmlStream &) const override;
        ///