]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBrace.h
revert last patch. there's something wrong, possibly unrelated to this
[lyx.git] / src / mathed / InsetMathBrace.h
index 984d12f335735ff675fbe076347800c56d08994b..6a90397e6a4c133c7ca33c088289315d98940d0a 100644 (file)
@@ -25,7 +25,9 @@ public:
        InsetMathBrace();
        ///
        InsetMathBrace(MathData const & ar);
-       ///
+       /// identifies brace insets
+       InsetMathBrace * asBraceInset() { return this; }
+       /// identifies brace insets
        InsetMathBrace const * asBraceInset() const { return this; }
        /// we write extra braces in any case...
        bool extraBraces() const { return true; }