]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathSpecialChar.h
Give inset codes to all the math insets, so we get more information when
[features.git] / src / mathed / InsetMathSpecialChar.h
index 20bc9d97743ba8483dd22dd55ec67bbdebd7c7c9..c672b504f688045bce4ba1acabf181f25f7ad756 100644 (file)
@@ -52,6 +52,8 @@ public:
        docstring name() const { return name_; }
        ///
        char_type getChar() const { return char_; }
+       ///
+       InsetCode lyxCode() const { return MATH_SPECIALCHAR_CODE; }
 
 private:
        virtual Inset * clone() const;