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