]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathXYMatrix.h
Give inset codes to all the math insets, so we get more information when
[features.git] / src / mathed / InsetMathXYMatrix.h
index 4453d00d658e1a2d7cd56b63c5dbf699c17609f9..8e11a0b489bf64c4d344448d10975fb9adc24081 100644 (file)
@@ -44,6 +44,9 @@ public:
        void maple(MapleStream &) const;
        ///
        void validate(LaTeXFeatures & features) const;
+       ///
+       InsetCode lyxCode() const { return MATH_XYMATRIX_CODE; }
+
 private:
        ///
        virtual Inset * clone() const;