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