X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathArray.h;h=8768b3ed0f96e358c0a9f501a313861592bd69e9;hb=0facb603fefec1ecc927f77bcf6228ca1f035444;hp=91c72b45abf48f546692f278bc38b008792f2dcf;hpb=f1cba8ff64b369792fd49f5ddf90e8126ab476ac;p=lyx.git diff --git a/src/mathed/InsetMathArray.h b/src/mathed/InsetMathArray.h index 91c72b45ab..8768b3ed0f 100644 --- a/src/mathed/InsetMathArray.h +++ b/src/mathed/InsetMathArray.h @@ -49,6 +49,8 @@ public: void maple(MapleStream & os) const; /// void validate(LaTeXFeatures & features) const; + /// + InsetCode lyxCode() const { return MATH_ARRAY_CODE; } private: virtual Inset * clone() const; ///