X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathBoldSymbol.h;h=89f3813510d5651dfaef1ef7ce658f828b45bad8;hb=f67cf6f4bb3e3d22ac9aebfa22027c3537cbdf61;hp=67b0dfa4b7e08b7ced17ba85a91d55ba6d324a87;hpb=0facb603fefec1ecc927f77bcf6228ca1f035444;p=lyx.git diff --git a/src/mathed/InsetMathBoldSymbol.h b/src/mathed/InsetMathBoldSymbol.h index 67b0dfa4b7..89f3813510 100644 --- a/src/mathed/InsetMathBoldSymbol.h +++ b/src/mathed/InsetMathBoldSymbol.h @@ -17,7 +17,6 @@ namespace lyx { - /// Inset for AMSTeX's \boldsymbol class InsetMathBoldSymbol : public InsetMathNest { public: @@ -27,7 +26,7 @@ public: BM_HEAVY }; /// - InsetMathBoldSymbol(Kind kind = AMS_BOLD); + InsetMathBoldSymbol(Buffer * buf, Kind kind = AMS_BOLD); /// docstring name() const; /// @@ -43,6 +42,10 @@ public: /// void write(WriteStream & os) const; /// + void mathmlize(MathStream &) const; + /// + void htmlize(HtmlStream &) const; + /// void infoize(odocstream & os) const; /// InsetCode lyxCode() const { return MATH_BOLDSYMBOL_CODE; }