X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathBrace.h;h=4a9efa716a48b4fa06457e83127f77fbfa092829;hb=38c2cde0d8695ac5287bae218c4a33a2acf18ef8;hp=e8e3ea955766283a5019ef0e2e5dec1e9c36fefd;hpb=ff4460603e3888948b46f0ab5bfa69a862d538ad;p=lyx.git diff --git a/src/mathed/InsetMathBrace.h b/src/mathed/InsetMathBrace.h index e8e3ea9557..4a9efa716a 100644 --- a/src/mathed/InsetMathBrace.h +++ b/src/mathed/InsetMathBrace.h @@ -22,15 +22,13 @@ namespace lyx { class InsetMathBrace : public InsetMathNest { public: /// - InsetMathBrace(Buffer * buf); + explicit InsetMathBrace(Buffer * buf); /// - InsetMathBrace(MathData const & ar); + explicit InsetMathBrace(MathData const & ar); /// identifies brace insets InsetMathBrace * asBraceInset() { return this; } /// identifies brace insets InsetMathBrace const * asBraceInset() const { return this; } - /// we write extra braces in any case... - bool extraBraces() const { return true; } /// void metrics(MetricsInfo & mi, Dimension & dim) const; /// @@ -48,6 +46,8 @@ public: /// void mathmlize(MathStream &) const; /// + void htmlize(HtmlStream &) const; + /// void infoize(odocstream & os) const; /// InsetCode lyxCode() const { return MATH_BRACE_CODE; }