]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDelim.h
Kill macro mode when using LFUN_ESCAPE
[lyx.git] / src / mathed / InsetMathDelim.h
index 3a09ede2f32bd509356bb2a518a02a07177d6a26..69242d50a7e66b1d8aa5c48b6c2fc5123a22a6b5 100644 (file)
@@ -30,6 +30,10 @@ public:
        InsetMathDelim * asDelimInset() { return this; }
        ///
        InsetMathDelim const * asDelimInset() const { return this; }
+       ///
+       MathClass mathClass() const { return MC_INNER; }
+       ///
+       marker_type marker(BufferView const *) const { return NO_MARKER; }
        /// is it (...)?
        bool isParenthesis() const;
        /// is it [...]?