X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathCancel.h;h=4fc3fd0bc22a348f1232d2fa683f93b55dd5cb30;hb=103f7a5ea6d431e28becd02aa7e50ba5941010ff;hp=1ee4062d24ec6aa3fad69909ff26835cb24e6bf7;hpb=cf4e6ddad925d5888ecccbe560568c50a61a1cea;p=lyx.git diff --git a/src/mathed/InsetMathCancel.h b/src/mathed/InsetMathCancel.h index 1ee4062d24..4fc3fd0bc2 100644 --- a/src/mathed/InsetMathCancel.h +++ b/src/mathed/InsetMathCancel.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author Uwe Stöhr + * \author Uwe Stöhr * * Full author contact details are available in file CREDITS. */ @@ -41,8 +41,8 @@ public: InsetCode lyxCode() const { return MATH_CANCEL_CODE; } /// void mathmlize(MathStream &) const; - /// Nothing for HTML - void htmlize(HtmlStream &) const {} + /// + void htmlize(HtmlStream &) const; /// void validate(LaTeXFeatures &) const;