]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathMatrix.h
Do not allow pasting backslashes in macro names
[features.git] / src / mathed / InsetMathMatrix.h
index 6f13b0f6293dd97453bf4d2866b2ab716bb88a9c..6aa44c1d5ca30060ae3a7c402e8beb57928a8d94 100644 (file)
@@ -30,7 +30,7 @@ public:
        InsetMathMatrix const * asMatrixInset() const override { return this; }
 
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        void normalize(NormalStream &) const override;
        ///
@@ -40,7 +40,7 @@ public:
        ///
        void mathematica(MathematicaStream &) const override;
        ///
-       void mathmlize(MathStream &) const override;
+       void mathmlize(MathMLStream &) const override;
        ///
        void htmlize(HtmlStream &) const override;
        ///