]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathEnsureMath.h
Give inset codes to all the math insets, so we get more information when
[features.git] / src / mathed / InsetMathEnsureMath.h
index 0a6e9fe528c95d0af043547bad5e42c1fde1c8b2..d6e9a242b5d4c316baba9ff0a696533d9cb05555 100644 (file)
@@ -37,6 +37,8 @@ public:
        void write(WriteStream & os) const;
        ///
        void infoize(odocstream & os) const;
+       ///
+       InsetCode lyxCode() const { return MATH_ENSUREMATH_CODE; }
 private:
        virtual Inset * clone() const;
 };