]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathCancel.h
typo
[lyx.git] / src / mathed / InsetMathCancel.h
index c429fb53ed03f5f2642177764d60be13e861cc26..817817bfd87009a24b6a40bc201239186a02e0ce 100644 (file)
@@ -32,7 +32,7 @@ public:
        ///
        void draw(PainterInfo & pi, int x, int y) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        /// write normalized content
        void normalize(NormalStream & ns) const override;
        ///
@@ -40,7 +40,7 @@ public:
        ///
        InsetCode lyxCode() const override { return MATH_CANCEL_CODE; }
        ///
-       void mathmlize(MathStream &) const override;
+       void mathmlize(MathMLStream &) const override;
        ///
        void htmlize(HtmlStream &) const override;
        ///