X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathExInt.h;h=5254166d664ea7c4dd0e7a6958774e417a1b0396;hb=2de30c62f8d671a8c8d4d52a6a7310e2c5ca84de;hp=ced825b89074d668e31e1015a2f7baa49f140140;hpb=812616e1001f7d2c687f3af2d288561e85bfdaca;p=lyx.git diff --git a/src/mathed/InsetMathExInt.h b/src/mathed/InsetMathExInt.h index ced825b890..5254166d66 100644 --- a/src/mathed/InsetMathExInt.h +++ b/src/mathed/InsetMathExInt.h @@ -54,6 +54,8 @@ public: /// void mathmlize(MathStream &) const; /// + void htmlize(HtmlStream &) const; + /// void write(WriteStream & os) const; /// InsetCode lyxCode() const { return MATH_EXINT_CODE; }