]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathBox.h
Give inset codes to all the math insets, so we get more information when
[features.git] / src / mathed / InsetMathBox.h
index d5c269cfecc85a55587ebeda793cd644909416d9..5839439ed7e3a07bab54b39e16a372fda0a5ab99 100644 (file)
@@ -38,6 +38,8 @@ public:
        void infoize(odocstream & os) const;
        ///
        void validate(LaTeXFeatures & features) const;
+       ///
+       InsetCode lyxCode() const { return MATH_BOX_CODE; }
 
 private:
        Inset * clone() const { return new InsetMathBox(*this); }