]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetListings.h
s/updateLabels/updateBuffer/g, per a suggestion of Abdel's.
[features.git] / src / insets / InsetListings.h
index d11612282d2be731aa75b306bf8431115f905001..8561de5cf731becdd1c5eafd136c72b2f28b8616 100644 (file)
@@ -48,7 +48,7 @@ private:
        ///
        docstring name() const { return from_ascii("Listings"); }
        // Update the counters of this inset and of its contents
-       void updateLabels(ParIterator const &, UpdateType);
+       void updateBuffer(ParIterator const &, UpdateType);
        ///
        void write(std::ostream & os) const;
        ///