]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathOverset.h
Give inset codes to all the math insets, so we get more information when
[features.git] / src / mathed / InsetMathOverset.h
index e737d623e933fe00730221d19d2af9cec845cc6d..07386935506ce6de73f75f0ac98e333e1aee7f6d 100644 (file)
@@ -35,6 +35,9 @@ public:
        void normalize(NormalStream &) const;
        ///
        void validate(LaTeXFeatures & features) const;
+       ///
+       InsetCode lyxCode() const { return MATH_OVERSET_CODE; }
+
 private:
        virtual Inset * clone() const;
 };