]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathTabular.h
Give inset codes to all the math insets, so we get more information when
[lyx.git] / src / mathed / InsetMathTabular.h
index db96bc89397cc0e157e934f4d8e17b9e3a7ca50d..0fb6c27961cc96b31b0f2b1cb5d5fa2858e8f335 100644 (file)
@@ -45,6 +45,8 @@ public:
        void normalize(NormalStream &) const;
        ///
        void maple(MapleStream &) const;
+       ///
+       InsetCode lyxCode() const { return MATH_TABULAR_CODE; }
 
 private:
        Inset * clone() const;