X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathNumber.h;h=68d08bd31598b37c5feded4a751119be9b513e91;hb=ef7a142f3f4e5937dabf7fb8fc7957bf351e166d;hp=dc9d3cd84891a634fd23aceac2e0fc14c38d174b;hpb=f2c9b56fb4e4abd5183858984dd9329453004c96;p=lyx.git diff --git a/src/mathed/InsetMathNumber.h b/src/mathed/InsetMathNumber.h index dc9d3cd848..68d08bd315 100644 --- a/src/mathed/InsetMathNumber.h +++ b/src/mathed/InsetMathNumber.h @@ -4,7 +4,7 @@ * This file is part of LyX, the document processor. * Licence details can be found in the file COPYING. * - * \author André Pönitz + * \author André Pönitz * * Full author contact details are available in file CREDITS. */ @@ -45,7 +45,11 @@ public: /// void mathmlize(MathStream &) const; /// + void htmlize(HtmlStream &) const; + /// void write(WriteStream & os) const; + /// + InsetCode lyxCode() const { return MATH_NUMBER_CODE; } private: virtual Inset * clone() const;