]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMatrix.h
fix reading UTF8 encoded symbol file
[lyx.git] / src / mathed / InsetMathMatrix.h
index 06f8adab275687384028eab027d6a5a112665919..d0b3c9f39d22e2b63461b52d20d498009f36f453 100644 (file)
@@ -25,7 +25,7 @@ public:
        ///
        explicit InsetMathMatrix(InsetMathGrid const &);
        ///
-       explicit InsetMathMatrix(std::string const & str);
+       explicit InsetMathMatrix(docstring const & str);
        /// identifies MatrixInsets
        InsetMathMatrix const * asMatrixInset() const { return this; }
 
@@ -40,7 +40,7 @@ public:
        ///
        void mathematica(MathematicaStream &) const;
        ///
-       void mathmlize(MathMLStream &) const;
+       void mathmlize(MathStream &) const;
        ///
        void octave(OctaveStream &) const;
 private: