]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetRef.cpp
How about if we write a script to do some of this and stop doing it
[lyx.git] / src / insets / InsetRef.cpp
index cad59ce4f0e9406e1091848203ff23cfd1236789..7e0eb6db33f8dc78092998e30294916cd70ab800 100644 (file)
@@ -129,13 +129,14 @@ docstring InsetRef::xhtml(XHTMLStream & xs, OutputParams const &) const
        return docstring();
 }
 
+
 void InsetRef::tocString(odocstream & os) const
 {
        plaintext(os, OutputParams(0));
 }
 
 
-void InsetRef::updateLabels(ParIterator const & it)
+void InsetRef::updateLabels(ParIterator const & it, bool)
 {
        docstring const & label = getParam("reference");
        // register this inset into the buffer reference cache.