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