]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathEnv.h
Give inset codes to all the math insets, so we get more information when
[features.git] / src / mathed / InsetMathEnv.h
index 985f57a322ca93e97b52d61e997ca215c8f8e324..035aa68e5c18469e61142f1e2e890a816d1948cb 100644 (file)
@@ -35,6 +35,8 @@ public:
        void metrics(MetricsInfo & mi, Dimension & dim) const;
        ///
        void infoize(odocstream & os) const;
+       ///
+       InsetCode lyxCode() const { return MATH_ENV_CODE; }
 
 private:
        virtual Inset * clone() const;