]> git.lyx.org Git - features.git/blobdiff - src/mathed/InsetMath.h
* non-const coercion for math braces
[features.git] / src / mathed / InsetMath.h
index 3226d131114487c99ff80eeb346ca020b9854a24..af6f35a62979b8e0333c5e6bd0fe7e05c0062e6d 100644 (file)
@@ -112,6 +112,7 @@ public:
        virtual InsetMathAMSArray const * asAMSArrayInset() const { return 0; }
        virtual InsetMathArray          * asArrayInset()          { return 0; }
        virtual InsetMathArray const    * asArrayInset() const    { return 0; }
+       virtual InsetMathBrace          * asBraceInset()          { return 0; }
        virtual InsetMathBrace const    * asBraceInset() const    { return 0; }
        virtual InsetMathChar const     * asCharInset() const     { return 0; }
        virtual InsetMathDelim          * asDelimInset()          { return 0; }