]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathDelim.h
Linearize macros in box edit mode too.
[lyx.git] / src / mathed / InsetMathDelim.h
index bc49ce3c592c4ba7575d60e7ace6f89b0231cba1..69242d50a7e66b1d8aa5c48b6c2fc5123a22a6b5 100644 (file)
@@ -33,7 +33,7 @@ public:
        ///
        MathClass mathClass() const { return MC_INNER; }
        ///
-       marker_type marker() const { return NO_MARKER; }
+       marker_type marker(BufferView const *) const { return NO_MARKER; }
        /// is it (...)?
        bool isParenthesis() const;
        /// is it [...]?