]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloat.h
Fix bug #10901.
[lyx.git] / src / insets / InsetFloat.h
index f146e11fac20ba989028b59a421d214eb9d1156f..e05f5678e2f2311dcc189248c47d9902d2ba4d8d 100644 (file)
@@ -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;