X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathXArrow.h;h=722f4d58cd1d96ffe4e3fb172463ee73732aee1f;hb=cdc847fd304019a19425a0d5d9d42a556a937097;hp=ac6eaae0f920f3c74ffc0f383a66765332defa22;hpb=ab1f7c3fc575989cd0cc3b558729f3c66bb6d9aa;p=lyx.git diff --git a/src/mathed/InsetMathXArrow.h b/src/mathed/InsetMathXArrow.h index ac6eaae0f9..722f4d58cd 100644 --- a/src/mathed/InsetMathXArrow.h +++ b/src/mathed/InsetMathXArrow.h @@ -34,9 +34,13 @@ public: /// void mathmlize(MathStream &) const; /// + void htmlize(HtmlStream &) const; + /// void validate(LaTeXFeatures & features) const; /// InsetCode lyxCode() const { return MATH_XARROW_CODE; } + /// + MathClass mathClass() const { return MC_REL; } private: virtual Inset * clone() const;