]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBrace.h
Get rid of Inset::setPosCache
[lyx.git] / src / mathed / InsetMathBrace.h
index 4893db7c695a703fa8a336bbddbdc74bdb871f5d..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,6 +48,8 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void infoize(odocstream & os) const;
        ///
        InsetCode lyxCode() const { return MATH_BRACE_CODE; }