]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetTabular.h
This patch introduces an optional argument to Buffer::updateLabels(), so
[features.git] / src / insets / InsetTabular.h
index 902a1e1f7088b33b3e571dd937bd129b0e69bce2..2a09eaa9e7491fcebca910295f3c169eb9652d53 100644 (file)
@@ -827,7 +827,7 @@ public:
        /// can we go further down on mouse click?
        bool descendable(BufferView const &) const { return true; }
        // Update the counters of this inset and of its contents
-       void updateLabels(ParIterator const &);
+       void updateLabels(ParIterator const &, bool);
 
        ///
        bool completionSupported(Cursor const &) const;