X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetWrap.h;h=588a3bc1e16aee37b793ef86a68039a9589df6d9;hb=239b9919ffe28338d789e6dc9122228f77ab77a7;hp=af1ae53c83b014d1b7a6cc3dcb0822e62ab06c2f;hpb=9b7ccbfc8016398705583d6973395dfb46dceb8f;p=lyx.git diff --git a/src/insets/InsetWrap.h b/src/insets/InsetWrap.h index af1ae53c83..588a3bc1e1 100644 --- a/src/insets/InsetWrap.h +++ b/src/insets/InsetWrap.h @@ -89,6 +89,8 @@ private: docstring layoutName() const; /// Inset * clone() const { return new InsetWrap(*this); } + /// Is the content of this inset part of the immediate (visible) text sequence? + bool isPartOfTextSequence() const { return false; } /// InsetWrapParams params_;