]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExInt.h
We only support gcc >= 4.9.
[lyx.git] / src / mathed / InsetMathExInt.h
index 8e86571168e87f59bf42e5e776ed1718b94078f4..989395fdb2d124bf56988178cd64f9b315ab3073 100644 (file)
@@ -39,28 +39,28 @@ public:
        ///
        void symbol(docstring const &);
        ///
-       void metrics(MetricsInfo & mi, Dimension & dim) const;
+       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;
+       void normalize(NormalStream &) const override;
        ///
-       void maxima(MaximaStream &) const;
+       void maxima(MaximaStream &) const override;
        ///
-       void maple(MapleStream &) const;
+       void maple(MapleStream &) const override;
        ///
-       void mathematica(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const override;
        ///
-       void mathmlize(MathStream &) const;
+       void mathmlize(MathMLStream &) const override;
        ///
-       void htmlize(HtmlStream &) const;
+       void htmlize(HtmlStream &) const override;
        ///
-       void write(WriteStream & os) const;
+       void write(TeXMathStream & os) const override;
        ///
-       InsetCode lyxCode() const { return MATH_EXINT_CODE; }
+       InsetCode lyxCode() const override { return MATH_EXINT_CODE; }
 private:
-       virtual Inset * clone() const;
+       Inset * clone() const override;
        ///
        bool hasScripts() const;