]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathFont.h
Give inset codes to all the math insets, so we get more information when
[features.git] / src / mathed / InsetMathFont.h
index fecf7e7d43e224cdd9eb829b4fc8d148100a62fa..e002ad1a11e42e264bb49ba73cb95554814fd3ef 100644 (file)
@@ -49,6 +49,8 @@ public:
        void infoize(odocstream & os) const;
        ///
        int kerning(BufferView const * bv) const { return cell(0).kerning(bv); }
+       ///
+       InsetCode lyxCode() const { return MATH_FONT_CODE; }
 
 private:
        virtual Inset * clone() const;