]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBrace.h
Fix #11827
[lyx.git] / src / mathed / InsetMathBrace.h
index f93508cbfe35d3700a16ff7e05960a9cf859ecf4..b28cd05e7db452d31d751bb7ef989ec636dc902b 100644 (file)
@@ -22,7 +22,7 @@ namespace lyx {
 class InsetMathBrace : public InsetMathNest {
 public:
        ///
-       InsetMathBrace();
+       InsetMathBrace(Buffer * buf);
        ///
        InsetMathBrace(MathData const & ar);
        /// identifies brace insets
@@ -48,7 +48,11 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void infoize(odocstream & os) const;
+       ///
+       InsetCode lyxCode() const { return MATH_BRACE_CODE; }
 private:
        virtual Inset * clone() const;
 };