]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCaption.cpp
This patch introduces an optional argument to Buffer::updateLabels(), so
[features.git] / src / insets / InsetCaption.cpp
index b5bfbc36fe71e3201a3266613025b78e1bc23907..9a4af662089ef95a23f3ca2d2a3e1b40bb6bfd5c 100644 (file)
@@ -294,7 +294,7 @@ docstring InsetCaption::getCaptionAsHTML(XHTMLStream & xs,
 }
 
 
-void InsetCaption::updateLabels(ParIterator const & it)
+void InsetCaption::updateLabels(ParIterator const & it, bool out)
 {
        Buffer const & master = *buffer().masterBuffer();
        DocumentClass const & tclass = master.params().documentClass();
@@ -329,7 +329,7 @@ void InsetCaption::updateLabels(ParIterator const & it)
        }
 
        // Do the real work now.
-       InsetText::updateLabels(it);
+       InsetText::updateLabels(it, out);
 }