]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSqrt.h
Assure correct spacing of colored items in mathed
[lyx.git] / src / mathed / InsetMathSqrt.h
index aaa1ac03c087c1c5580b7a0b7db6b70d1f454f05..8a9a6fc4555958c7a48de2ec8069194bb194864e 100644 (file)
@@ -23,7 +23,7 @@ namespace lyx {
 class InsetMathSqrt : public InsetMathNest {
 public:
        ///
-       InsetMathSqrt();
+       explicit InsetMathSqrt(Buffer * buf);
        ///
        void draw(PainterInfo &, int x, int y) const;
        ///
@@ -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;