]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLabel.h
Whitespace
[lyx.git] / src / insets / InsetLabel.h
index c28ef1c0b5aff53cd81656ca8c586a2bcadf566a..65a6d3aa20fa3f5b16a739f1ad52da99021f8b56 100644 (file)
@@ -57,7 +57,10 @@ public:
        ///
        void updateBuffer(ParIterator const & it, UpdateType);
        ///
-       void addToToc(DocIterator const &) const;
+       void addToToc(DocIterator const & di, bool output_active,
+                                 UpdateType utype, TocBackend & backend) const;
+       /// Is the content of this inset part of the immediate (visible) text sequence?
+       bool isPartOfTextSequence() const { return false; }
        //@}
 
        /// \name Static public methods obligated for InsetCommand derived classes