]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBrace.h
Fix drawing of empty boxes
[lyx.git] / src / mathed / InsetMathBrace.h
index e8e3ea955766283a5019ef0e2e5dec1e9c36fefd..b28cd05e7db452d31d751bb7ef989ec636dc902b 100644 (file)
@@ -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; }