]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathArray.h
Give inset codes to all the math insets, so we get more information when
[lyx.git] / src / mathed / InsetMathArray.h
index 91c72b45abf48f546692f278bc38b008792f2dcf..8768b3ed0f96e358c0a9f501a313861592bd69e9 100644 (file)
@@ -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;
        ///