]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXYMatrix.cpp
Rename WriteStream to TeXMathStream.
[lyx.git] / src / mathed / InsetMathXYMatrix.cpp
index 036f54aa9d85ea166d0f428b571d1148962e7613..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";