X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fmathed%2FInsetMathDelim.h;h=69242d50a7e66b1d8aa5c48b6c2fc5123a22a6b5;hb=0cba074ecf0e25ede759ee1f817a7cfec06537d6;hp=bc49ce3c592c4ba7575d60e7ace6f89b0231cba1;hpb=fc027441195dd60f2d558fcc2a7b9155f6677be2;p=lyx.git diff --git a/src/mathed/InsetMathDelim.h b/src/mathed/InsetMathDelim.h index bc49ce3c59..69242d50a7 100644 --- a/src/mathed/InsetMathDelim.h +++ b/src/mathed/InsetMathDelim.h @@ -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 [...]?