]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetListings.h
This patch introduces an optional argument to Buffer::updateLabels(), so
[features.git] / src / insets / InsetListings.h
index 8883b98343b3738d1a514a8acc3475c0b064f756..4459c9ee14a742cb45c89a0352c4584044e73419 100644 (file)
@@ -49,7 +49,7 @@ private:
        ///
        docstring name() const { return from_ascii("Listings"); }
        // Update the counters of this inset and of its contents
-       void updateLabels(ParIterator const &);
+       void updateLabels(ParIterator const &, bool);
        ///
        void write(std::ostream & os) const;
        ///