X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathOverset.h;h=ac055e1dc92701fa749b9a9cea86114494eb54f1;hb=55a3dd7b346d29a52ba305a4558e9e380ef50f47;hp=07386935506ce6de73f75f0ac98e333e1aee7f6d;hpb=0facb603fefec1ecc927f77bcf6228ca1f035444;p=lyx.git diff --git a/src/mathed/InsetMathOverset.h b/src/mathed/InsetMathOverset.h index 0738693550..ac055e1dc9 100644 --- a/src/mathed/InsetMathOverset.h +++ b/src/mathed/InsetMathOverset.h @@ -21,6 +21,8 @@ namespace lyx { /// Inset for overset class InsetMathOverset : public InsetMathFracBase { public: + /// + InsetMathOverset(Buffer * buf) : InsetMathFracBase(buf) {} /// void metrics(MetricsInfo & mi, Dimension & dim) const; /// @@ -34,6 +36,10 @@ public: /// void normalize(NormalStream &) const; /// + void mathmlize(MathStream &) const; + /// + void htmlize(HtmlStream &) const; + /// void validate(LaTeXFeatures & features) const; /// InsetCode lyxCode() const { return MATH_OVERSET_CODE; }