]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathStackrel.h
Give inset codes to all the math insets, so we get more information when
[features.git] / src / mathed / InsetMathStackrel.h
index f9404241684a53d4d0b1c96cb1cd487f4ee39fda..b27f1cd8b7487e817c59e6b821702df204ec3082 100644 (file)
@@ -36,6 +36,9 @@ public:
        void write(WriteStream & os) const;
        ///
        void normalize(NormalStream &) const;
+       ///
+       InsetCode lyxCode() const { return MATH_STACKREL_CODE; }
+
 private:
        virtual Inset * clone() const;
 };