]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetCaption.h
s/updateLabels/updateBuffer/g, per a suggestion of Abdel's.
[features.git] / src / insets / InsetCaption.h
index e24808e8533113d3b66734dde1abfdb80a4d81fe..be5a73aeba056e67961a52b9d54226ad31bdb806 100644 (file)
@@ -64,7 +64,7 @@ private:
        ///
        bool getStatus(Cursor & cur, FuncRequest const & cmd, FuncStatus &) const;
        // Update the counters of this inset and of its contents
-       void updateLabels(ParIterator const &, UpdateType);
+       void updateBuffer(ParIterator const &, UpdateType);
        ///
        int latex(odocstream & os, OutputParams const &) const;
        ///