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