]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDelim.h
Fixed longstanding bug in Advanced Find&Replace, when dealing with documents containi...
[lyx.git] / src / mathed / InsetMathDelim.h
index 67e1db09063db2ea4494fbbd354d710ab9761732..cbea8ec01c10552af748430f6c6c7ae4e92628a7 100644 (file)
@@ -58,6 +58,8 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void octave(OctaveStream &) const;
        ///
        InsetCode lyxCode() const { return MATH_DELIM_CODE; }