]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBrace.h
Fixup 097da3a9: fix horizontal navigatiion in InsetMathRoot
[lyx.git] / src / mathed / InsetMathBrace.h
index 4893db7c695a703fa8a336bbddbdc74bdb871f5d..82393e97fc7339f722fba734cec47ff326951fe1 100644 (file)
@@ -22,15 +22,13 @@ namespace lyx {
 class InsetMathBrace : public InsetMathNest {
 public:
        ///
-       InsetMathBrace();
+       InsetMathBrace(Buffer * buf);
        ///
        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; }