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