]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathBoldSymbol.h
Give inset codes to all the math insets, so we get more information when
[features.git] / src / mathed / InsetMathBoldSymbol.h
index d91de3816a0918b484c427a251af6ce40db78d83..67b0dfa4b7e08b7ced17ba85a91d55ba6d324a87 100644 (file)
@@ -45,6 +45,8 @@ public:
        ///
        void infoize(odocstream & os) const;
        ///
+       InsetCode lyxCode() const { return MATH_BOLDSYMBOL_CODE; }
+       ///
        Kind kind_;
 private:
        virtual Inset * clone() const;