X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathStackrel.h;h=d6ac81518231201cc2608ea2c681b63d82e1f0d0;hb=3a544072a522845b192594dd2ab11fcb1fc80eeb;hp=91862a7792b8ecf8e62629757cdc745b420a3c27;hpb=56ece75ad9becba27ff1eaa12a0b8e3c68bb317b;p=lyx.git diff --git a/src/mathed/InsetMathStackrel.h b/src/mathed/InsetMathStackrel.h index 91862a7792..d6ac815182 100644 --- a/src/mathed/InsetMathStackrel.h +++ b/src/mathed/InsetMathStackrel.h @@ -24,6 +24,8 @@ public: /// bool idxUpDown(Cursor &, bool up) const; /// + MathClass mathClass() const; + /// void metrics(MetricsInfo & mi, Dimension & dim) const; /// void draw(PainterInfo & pi, int x, int y) const; @@ -35,7 +37,7 @@ public: void mathmlize(MathStream &) const; /// void htmlize(HtmlStream &) const; - /// + /// void validate(LaTeXFeatures &) const; /// InsetCode lyxCode() const { return MATH_STACKREL_CODE; }