]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathCancelto.h
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathCancelto.h
index 4c81c4cdf3a0f2a9d5061fd619e2e86e3232d919..7c7aad56d65f3cfa1b0605d291890a3566039882 100644 (file)
@@ -28,7 +28,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;
        ///
@@ -36,7 +36,7 @@ public:
        ///
        InsetCode lyxCode() const override { return MATH_CANCELTO_CODE; }
        /// Nothing for now
-       void mathmlize(MathStream &) const override {}
+       void mathmlize(MathMLStream &) const override {}
        /// Nothing for HTML
        void htmlize(HtmlStream &) const override {}
        ///