X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathBrace.h;h=b28cd05e7db452d31d751bb7ef989ec636dc902b;hb=02e82157ec583c3900e359de86be79fac6512387;hp=e8e3ea955766283a5019ef0e2e5dec1e9c36fefd;hpb=c060a85d811674888c31db9ee0407d8b5cc37b6e;p=lyx.git diff --git a/src/mathed/InsetMathBrace.h b/src/mathed/InsetMathBrace.h index e8e3ea9557..b28cd05e7d 100644 --- a/src/mathed/InsetMathBrace.h +++ b/src/mathed/InsetMathBrace.h @@ -48,6 +48,8 @@ public: /// void mathmlize(MathStream &) const; /// + void htmlize(HtmlStream &) const; + /// void infoize(odocstream & os) const; /// InsetCode lyxCode() const { return MATH_BRACE_CODE; }