]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMath.h
Give inset codes to all the math insets, so we get more information when
[features.git] / src / mathed / InsetMath.h
index 8aef3591fa6657031a65487d500c4a0ef7893710..4bbf4a00a564b0909e0212e0523fe7e1754047c4 100644 (file)
@@ -205,6 +205,8 @@ public:
 
        /// superscript kerning
        virtual int kerning(BufferView const *) const { return 0; }
+       ///
+       InsetCode lyxCode() const { return MATH_CODE; }
 };
 
 ///