]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathAMSArray.h
typo
[lyx.git] / src / mathed / InsetMathAMSArray.h
index 5186f5504e8cbc5361f6c68323b0c77227c13d01..4994ffb2425bce4515eb229556686ba9b18e8933 100644 (file)
@@ -34,7 +34,7 @@ public:
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const override;
        ///
-       void draw(PainterInfo & pain, int x, int y) const override;
+       void draw(PainterInfo & pi, int x, int y) const override;
        ///
        InsetMathAMSArray * asAMSArrayInset() override { return this; }
        ///
@@ -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;