X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetFloat.h;h=e05f5678e2f2311dcc189248c47d9902d2ba4d8d;hb=9762ba5d388e8a81a6e58c464b635ca4cf48cbfa;hp=7317ab8a3f046331a1fdb2483cf1c37efde2138d;hpb=676a0639c505d52336e3228c44c2515ccbbaf34a;p=lyx.git diff --git a/src/insets/InsetFloat.h b/src/insets/InsetFloat.h index 7317ab8a3f..e05f5678e2 100644 --- a/src/insets/InsetFloat.h +++ b/src/insets/InsetFloat.h @@ -18,7 +18,7 @@ namespace lyx { -class TexString; +struct TexString; class InsetFloatParams @@ -109,6 +109,8 @@ private: void doDispatch(Cursor & cur, FuncRequest & cmd); /// Inset * clone() const { return new InsetFloat(*this); } + /// Is the content of this inset part of the immediate (visible) text sequence? + bool isPartOfTextSequence() const { return false; } /// TexString getCaption(OutputParams const &) const;