]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBig.h
fix a crash when the inset containing the new word at cursor is deleted
[lyx.git] / src / mathed / InsetMathBig.h
index e6df71fd1ccc420f5f8bcd0a19f43ff478776ca3..5e511db0f46d3e511b42cadfbef5864f3e972eb0 100644 (file)
@@ -37,11 +37,15 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void infoize2(odocstream & os) const;
        ///
        static bool isBigInsetDelim(docstring const &);
        ///
        InsetCode lyxCode() const { return MATH_BIG_CODE; }
+       ///
+       void validate(LaTeXFeatures &) const;
 private:
        virtual Inset * clone() const;
        ///