X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathString.h;h=9f94a7457fe986f056a7054fe1f159e5ceded9c4;hb=cdc847fd304019a19425a0d5d9d42a556a937097;hp=9544503041b25788ec4d78c6d998224a1a0e50a1;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/mathed/InsetMathString.h b/src/mathed/InsetMathString.h index 9544503041..9f94a7457f 100644 --- a/src/mathed/InsetMathString.h +++ b/src/mathed/InsetMathString.h @@ -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;