]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDecoration.h
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathDecoration.h
index ed329d8f20850701660fd8ed0c7ea39ce34b27cc..e71b54b83db64466a6f767e5097d20da528b1c6b 100644 (file)
@@ -30,7 +30,7 @@ public:
        ///
        void draw(PainterInfo &, 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;
        ///
@@ -50,7 +50,7 @@ public:
        ///
        InsetCode lyxCode() const override { return MATH_DECORATION_CODE; }
        ///
-       void mathmlize(MathStream &) const override;
+       void mathmlize(MathMLStream &) const override;
        ///
        void htmlize(HtmlStream &) const override;
 private: