]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetLabel.h
Fix assertion when checking if change in selection
[lyx.git] / src / insets / InsetLabel.h
index 27f445c1af65fd38b80480d83366c0e97cf863f0..22131ab4a157bc6a11d44e6773a12c873de2fb43 100644 (file)
@@ -19,7 +19,7 @@ namespace lyx {
 
 class Counter;
 
-class InsetLabel : public InsetCommand 
+class InsetLabel : public InsetCommand
 {
 public:
        ///
@@ -58,7 +58,7 @@ public:
        void updateBuffer(ParIterator const & it, UpdateType);
        ///
        void addToToc(DocIterator const & di, bool output_active,
-                                 UpdateType utype) const;
+                                 UpdateType utype, TocBackend & backend) const;
        /// Is the content of this inset part of the immediate (visible) text sequence?
        bool isPartOfTextSequence() const { return false; }
        //@}
@@ -70,7 +70,7 @@ public:
        ///
        static std::string defaultCommand() { return "label"; }
        ///
-       static bool isCompatibleCommand(std::string const & s) 
+       static bool isCompatibleCommand(std::string const & s)
                { return s == "label"; }
        //@}
 
@@ -80,7 +80,7 @@ public:
        ///
        docstring screenLabel() const;
        //@}
-       
+
 private:
        /// \name Private functions inherited from Inset class
        //@{