]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSqrt.h
Improve the list of equations
[lyx.git] / src / mathed / InsetMathSqrt.h
index 485f66a574d856016365d63128e1b2dbf3747839..d2aab3282b027c2665b6baf34fffa098c178f3a3 100644 (file)
@@ -46,7 +46,11 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        InsetCode lyxCode() const { return MATH_SQRT_CODE; }
+       ///
+       void validate(LaTeXFeatures &) const;
 
 private:
        virtual Inset * clone() const;