X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathMatrix.h;h=0b65634c64d94032405154ffa5b88335f3ea0fdf;hb=98fb638d61d38df1443339de4e8ba58c7c81784a;hp=06f8adab275687384028eab027d6a5a112665919;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/mathed/InsetMathMatrix.h b/src/mathed/InsetMathMatrix.h index 06f8adab27..0b65634c64 100644 --- a/src/mathed/InsetMathMatrix.h +++ b/src/mathed/InsetMathMatrix.h @@ -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,11 +40,11 @@ public: /// void mathematica(MathematicaStream &) const; /// - void mathmlize(MathMLStream &) const; + void mathmlize(MathStream &) const; /// void octave(OctaveStream &) const; private: - virtual std::auto_ptr doClone() const; + virtual std::auto_ptr doClone() const; };