X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetBibitem.h;h=4c298c32d9e94f2d39f748d8f00b5ae56041dc38;hb=d65020b293ab208b1391f96a731e53e0c7274a02;hp=8891f8b795a4740e9b2fc9d836941d1816779f8f;hpb=36f5607ec88a266db6359ed9616bbee856c88e7a;p=features.git diff --git a/src/insets/InsetBibitem.h b/src/insets/InsetBibitem.h index 8891f8b795..4c298c32d9 100644 --- a/src/insets/InsetBibitem.h +++ b/src/insets/InsetBibitem.h @@ -65,7 +65,7 @@ private: /// virtual void fillWithBibKeys(BiblioInfo &, InsetIterator const &) const; /// Update the counter of this inset - void updateLabels(ParIterator const &, UpdateType); + void updateBuffer(ParIterator const &, UpdateType); /// void updateCommand(docstring const & new_key, bool dummy = false); /// @@ -74,7 +74,7 @@ private: Inset * clone() const { return new InsetBibitem(*this); } friend docstring bibitemWidest(Buffer const & buffer, OutputParams const &); - /// The label that is set by updateLabels + /// The label that is set by updateBuffer docstring autolabel_; /// static int key_counter;