]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExInt.h
typo
[lyx.git] / src / mathed / InsetMathExInt.h
index 3205048af9bd44b3566d62952077c2a203cc4c77..989395fdb2d124bf56988178cd64f9b315ab3073 100644 (file)
@@ -41,7 +41,7 @@ public:
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const override;
        ///
-       void draw(PainterInfo &, int x, int y) const;
+       void draw(PainterInfo &, int x, int y) const override;
 
        ///
        void normalize(NormalStream &) const override;
@@ -52,11 +52,11 @@ public:
        ///
        void mathematica(MathematicaStream &) const override;
        ///
-       void mathmlize(MathStream &) const override;
+       void mathmlize(MathMLStream &) const override;
        ///
        void htmlize(HtmlStream &) const override;
        ///
-       void write(WriteStream & os) const override;
+       void write(TeXMathStream & os) const override;
        ///
        InsetCode lyxCode() const override { return MATH_EXINT_CODE; }
 private: