X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathExInt.h;h=5254166d664ea7c4dd0e7a6958774e417a1b0396;hb=02e82157ec583c3900e359de86be79fac6512387;hp=ced825b89074d668e31e1015a2f7baa49f140140;hpb=c060a85d811674888c31db9ee0407d8b5cc37b6e;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; }