X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathSqrt.h;h=d2aab3282b027c2665b6baf34fffa098c178f3a3;hb=4c093a50c2aaebad1459991b90b625a8c00a69e8;hp=2cdc0e5a37caad46d9a260b03a0c2cff2dd1e7b2;hpb=8a0134cc8ce7de41d6d6911a1c4219ca958f2b71;p=lyx.git diff --git a/src/mathed/InsetMathSqrt.h b/src/mathed/InsetMathSqrt.h index 2cdc0e5a37..d2aab3282b 100644 --- a/src/mathed/InsetMathSqrt.h +++ b/src/mathed/InsetMathSqrt.h @@ -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;