]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNumber.h
Fix unwanted curly braces in formula (bug #8679)
[lyx.git] / src / mathed / InsetMathNumber.h
index a6ca9dae297f60c19edbd0d21698811da34cdcf9..68d08bd31598b37c5feded4a751119be9b513e91 100644 (file)
@@ -45,6 +45,8 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void write(WriteStream & os) const;
        ///
        InsetCode lyxCode() const { return MATH_NUMBER_CODE; }