]> git.lyx.org Git - features.git/blobdiff - src/Buffer.h
This patch introduces an optional argument to Buffer::updateLabels(), so
[features.git] / src / Buffer.h
index 84dee28eee047b25fbc654a9a0f3248b7dd7397d..3e3dbe02b456ad7a0948b32fcd3c141327a53117 100644 (file)
@@ -526,9 +526,9 @@ public:
        // clear how to do it just for the individual pieces we need.
        void setBuffersForInsets() const;
        ///
-       void updateLabels(UpdateScope = UpdateMaster) const;
+       void updateLabels(bool output = false, UpdateScope = UpdateMaster) const;
        ///
-       void updateLabels(ParIterator & parit) const;
+       void updateLabels(ParIterator & parit, bool output = false) const;
 
        /// Spellcheck starting from \p from.
        /// \p from initial position, will then points to the next misspelled