]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetRef.cpp
Enhancements and bugfixes to the TOCs
[features.git] / src / insets / InsetRef.cpp
index c0de3baf0d5e121c28ec120b51d31faf4adaef14..4489270d4e4812e480f3b9fb432b669f0716b3ec 100644 (file)
@@ -303,7 +303,8 @@ void InsetRef::updateBuffer(ParIterator const & it, UpdateType)
 }
 
 
-void InsetRef::addToToc(DocIterator const & cpit, bool output_active) const
+void InsetRef::addToToc(DocIterator const & cpit, bool output_active,
+                                               UpdateType) const
 {
        docstring const & label = getParam("reference");
        if (buffer().insetLabel(label))