]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMathBrace.h
Give inset codes to all the math insets, so we get more information when
[features.git] / src / mathed / InsetMathBrace.h
index f93508cbfe35d3700a16ff7e05960a9cf859ecf4..4893db7c695a703fa8a336bbddbdc74bdb871f5d 100644 (file)
@@ -49,6 +49,8 @@ public:
        void mathmlize(MathStream &) const;
        ///
        void infoize(odocstream & os) const;
+       ///
+       InsetCode lyxCode() const { return MATH_BRACE_CODE; }
 private:
        virtual Inset * clone() const;
 };