]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathAMSArray.h
typo
[lyx.git] / src / mathed / InsetMathAMSArray.h
index ab9ead0bd08dcd71d3b9df0b13f05da9cfd3ff7d..4994ffb2425bce4515eb229556686ba9b18e8933 100644 (file)
@@ -44,14 +44,14 @@ public:
        bool getStatus(Cursor & cur, FuncRequest const & cmd,
                FuncStatus & flag) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        void infoize(odocstream & os) const override;
        ///
        void normalize(NormalStream &) const override;
        // Don't need mathmlize or htmlize, as this is handled by
        // InsetMathMatrix after being extracted in MathExtern.
-       // void mathmlize(MathStream &) const override;
+       // void mathmlize(MathMLStream &) const override;
        // void htmlize(HtmlStream &) const override;
        ///
        void validate(LaTeXFeatures & features) const override;