]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXYMatrix.C
fix reading UTF8 encoded symbol file
[lyx.git] / src / mathed / InsetMathXYMatrix.C
index 0e39a8fbc9b50d58d0220722edca1c0c635dd7f5..03dd13b65443a6d8966e63c8049892cd5fdebb19 100644 (file)
@@ -11,7 +11,7 @@
 #include <config.h>
 
 #include "InsetMathXYMatrix.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
 #include "MathStream.h"
 
 #include "LaTeXFeatures.h"
@@ -60,7 +60,7 @@ void InsetMathXYMatrix::write(WriteStream & os) const
 }
 
 
-void InsetMathXYMatrix::infoize(std::ostream & os) const
+void InsetMathXYMatrix::infoize(odocstream & os) const
 {
        os << "xymatrix ";
        InsetMathGrid::infoize(os);