]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMatrix.C
fix reading UTF8 encoded symbol file
[lyx.git] / src / mathed / InsetMathMatrix.C
index 57394cc5861b8f84967877c76ca98bf08b9459c3..39087557455784bc99a26d95d6d84f8b993c0569 100644 (file)
 
 #include "InsetMathMatrix.h"
 #include "MathData.h"
-#include "MathMLStream.h"
+#include "MathStream.h"
+
+
+namespace lyx {
 
 using std::auto_ptr;
 
@@ -88,7 +91,7 @@ void InsetMathMatrix::mathematica(MathematicaStream & os) const
 }
 
 
-void InsetMathMatrix::mathmlize(MathMLStream & os) const
+void InsetMathMatrix::mathmlize(MathStream & os) const
 {
        InsetMathGrid::mathmlize(os);
 }
@@ -107,3 +110,6 @@ void InsetMathMatrix::octave(OctaveStream & os) const
        }
        os << ']';
 }
+
+
+} // namespace lyx