]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXYMatrix.cpp
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathXYMatrix.cpp
index f559aa2d1ab84124474493e8620d46f78e6c3b00..7e35fe92e12691de0beba9f7569cdb0e3e0a16e8 100644 (file)
@@ -63,7 +63,7 @@ void InsetMathXYMatrix::draw(PainterInfo & pi, int x, int y) const
 }
 
 
-void InsetMathXYMatrix::write(WriteStream & os) const
+void InsetMathXYMatrix::write(TeXMathStream & os) const
 {
        MathEnsurer ensurer(os);
        os << "\\xymatrix";
@@ -154,7 +154,7 @@ void InsetMathXYMatrix::validate(LaTeXFeatures & features) const
 }
 
 
-void InsetMathXYMatrix::mathmlize(MathStream &) const
+void InsetMathXYMatrix::mathmlize(MathMLStream &) const
 {
        throw MathExportException();
 }