]> 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 8750079380ca7e8cab972f9e8620e60ce2800a32..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;
        ///