X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathString.h;h=9f94a7457fe986f056a7054fe1f159e5ceded9c4;hb=cdc847fd304019a19425a0d5d9d42a556a937097;hp=e74402d17a3c0248394c28e2f21ad124c2b40a58;hpb=f2c9b56fb4e4abd5183858984dd9329453004c96;p=lyx.git diff --git a/src/mathed/InsetMathString.h b/src/mathed/InsetMathString.h index e74402d17a..9f94a7457f 100644 --- a/src/mathed/InsetMathString.h +++ b/src/mathed/InsetMathString.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. */ @@ -50,6 +50,8 @@ public: void mathmlize(MathStream &) const; /// void write(WriteStream & os) const; + /// + InsetCode lyxCode() const { return MATH_STRING_CODE; } private: virtual Inset * clone() const;