X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathXArrow.h;h=3e5c4846a95889e68149ed14b671f9bb99705469;hb=a11780b59fcb6cdd16b15f9fa4de45d7ddfd1b2a;hp=722f4d58cd1d96ffe4e3fb172463ee73732aee1f;hpb=9d94b055e2a2fe11a7fc6af2d5e11c9216c32e7d;p=features.git diff --git a/src/mathed/InsetMathXArrow.h b/src/mathed/InsetMathXArrow.h index 722f4d58cd..3e5c4846a9 100644 --- a/src/mathed/InsetMathXArrow.h +++ b/src/mathed/InsetMathXArrow.h @@ -24,26 +24,26 @@ public: /// explicit InsetMathXArrow(Buffer * buf, docstring const & name); /// - void draw(PainterInfo & pi, int x, int y) const; + void draw(PainterInfo & pi, int x, int y) const override; /// - void write(WriteStream & os) const; + void write(TeXMathStream & os) const override; /// - void metrics(MetricsInfo & mi, Dimension & dim) const; + void metrics(MetricsInfo & mi, Dimension & dim) const override; /// - void normalize(NormalStream & os) const; + void normalize(NormalStream & os) const override; /// - void mathmlize(MathStream &) const; + void mathmlize(MathMLStream &) const override; /// - void htmlize(HtmlStream &) const; + void htmlize(HtmlStream &) const override; /// - void validate(LaTeXFeatures & features) const; + void validate(LaTeXFeatures & features) const override; /// - InsetCode lyxCode() const { return MATH_XARROW_CODE; } + InsetCode lyxCode() const override { return MATH_XARROW_CODE; } /// - MathClass mathClass() const { return MC_REL; } + MathClass mathClass() const override { return MC_REL; } private: - virtual Inset * clone() const; + Inset * clone() const override; /// bool upper() const; ///