]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSqrt.h
Fix #10871 compiler warnings.
[lyx.git] / src / mathed / InsetMathSqrt.h
index 2cdc0e5a37caad46d9a260b03a0c2cff2dd1e7b2..d2aab3282b027c2665b6baf34fffa098c178f3a3 100644 (file)
@@ -44,9 +44,13 @@ public:
        ///
        void octave(OctaveStream &) const;
        ///
-       docstring mathmlize(MathStream &) const;
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
        ///
        InsetCode lyxCode() const { return MATH_SQRT_CODE; }
+       ///
+       void validate(LaTeXFeatures &) const;
 
 private:
        virtual Inset * clone() const;