]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXYMatrix.h
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathXYMatrix.h
index 5655e33c751f8dcf3f4e282423d71c3ada11b71e..589aea90b70ff12a1424fcd12a325f063feb0cb6 100644 (file)
@@ -37,7 +37,7 @@ public:
        int rowsep() const override;
 
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        void infoize(odocstream & os) const override;
        ///
@@ -49,7 +49,7 @@ public:
        ///
        InsetCode lyxCode() const override { return MATH_XYMATRIX_CODE; }
        ///
-       void mathmlize(MathStream &) const override;
+       void mathmlize(MathMLStream &) const override;
        ///
        void htmlize(HtmlStream &) const override;