X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathXArrow.h;h=f63eb2be192a1de19dad30613378a773c51a4039;hb=02e82157ec583c3900e359de86be79fac6512387;hp=ac6eaae0f920f3c74ffc0f383a66765332defa22;hpb=ab1f7c3fc575989cd0cc3b558729f3c66bb6d9aa;p=lyx.git diff --git a/src/mathed/InsetMathXArrow.h b/src/mathed/InsetMathXArrow.h index ac6eaae0f9..f63eb2be19 100644 --- a/src/mathed/InsetMathXArrow.h +++ b/src/mathed/InsetMathXArrow.h @@ -34,6 +34,8 @@ public: /// void mathmlize(MathStream &) const; /// + void htmlize(HtmlStream &) const; + /// void validate(LaTeXFeatures & features) const; /// InsetCode lyxCode() const { return MATH_XARROW_CODE; }