]> 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 5a7e8164049cfb7948559b8dd12587adc149d57a..69242d50a7e66b1d8aa5c48b6c2fc5123a22a6b5 100644 (file)
@@ -32,6 +32,8 @@ public:
        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 [...]?