X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmathed%2FInsetMathString.h;h=9f94a7457fe986f056a7054fe1f159e5ceded9c4;hb=c7d29be153debac82e3d2e8865fcc849f0a5f40d;hp=f0803a8e2b985a1973e925bb5f96af991efc10a6;hpb=de6418f37765fe452f135f96dee6d49897bff215;p=lyx.git diff --git a/src/mathed/InsetMathString.h b/src/mathed/InsetMathString.h index f0803a8e2b..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. */ @@ -14,6 +14,8 @@ #include "InsetMath.h" +#include "support/docstring.h" + namespace lyx { @@ -48,9 +50,11 @@ public: void mathmlize(MathStream &) const; /// void write(WriteStream & os) const; + /// + InsetCode lyxCode() const { return MATH_STRING_CODE; } private: - virtual std::auto_ptr doClone() const; + virtual Inset * clone() const; /// the string docstring str_; };