X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathBrace.h;h=4a9efa716a48b4fa06457e83127f77fbfa092829;hb=21c92c8a129b5f3ff56de33bf2941a25967cffbb;hp=4893db7c695a703fa8a336bbddbdc74bdb871f5d;hpb=0facb603fefec1ecc927f77bcf6228ca1f035444;p=lyx.git diff --git a/src/mathed/InsetMathBrace.h b/src/mathed/InsetMathBrace.h index 4893db7c69..4a9efa716a 100644 --- a/src/mathed/InsetMathBrace.h +++ b/src/mathed/InsetMathBrace.h @@ -22,15 +22,13 @@ namespace lyx { class InsetMathBrace : public InsetMathNest { public: /// - InsetMathBrace(); + 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; }