]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathChar.h
Give inset codes to all the math insets, so we get more information when
[features.git] / src / mathed / InsetMathChar.h
index ccfe0b4978d03ac9bf636a52f454ffb3695e2f45..6dba328c4e3deac9c4aec64a589ad29c72840447 100644 (file)
@@ -48,6 +48,8 @@ public:
        char_type getChar() const { return char_; }
        ///
        bool isRelOp() const;
+       ///
+       InsetCode lyxCode() const { return MATH_CHAR_CODE; }
 
 private:
        virtual Inset * clone() const;