X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathBoldSymbol.h;h=89f3813510d5651dfaef1ef7ce658f828b45bad8;hb=f67cf6f4bb3e3d22ac9aebfa22027c3537cbdf61;hp=6189cefeab0cc0f912ab097255d5bfa20d2527b6;hpb=9ab24e95b9a0447c079fc5df86de9725ea11e53b;p=lyx.git diff --git a/src/mathed/InsetMathBoldSymbol.h b/src/mathed/InsetMathBoldSymbol.h index 6189cefeab..89f3813510 100644 --- a/src/mathed/InsetMathBoldSymbol.h +++ b/src/mathed/InsetMathBoldSymbol.h @@ -44,6 +44,8 @@ public: /// void mathmlize(MathStream &) const; /// + void htmlize(HtmlStream &) const; + /// void infoize(odocstream & os) const; /// InsetCode lyxCode() const { return MATH_BOLDSYMBOL_CODE; }