X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetFoot.cpp;h=f311c1d61cfc227e57e46da070ed3975875ca322;hb=d65020b293ab208b1391f96a731e53e0c7274a02;hp=48a70817cb5d3195cc5a333772737714be1245a5;hpb=36f5607ec88a266db6359ed9616bbee856c88e7a;p=features.git diff --git a/src/insets/InsetFoot.cpp b/src/insets/InsetFoot.cpp index 48a70817cb..f311c1d61c 100644 --- a/src/insets/InsetFoot.cpp +++ b/src/insets/InsetFoot.cpp @@ -36,7 +36,7 @@ InsetFoot::InsetFoot(Buffer * buf) {} -void InsetFoot::updateLabels(ParIterator const & it, UpdateType utype) +void InsetFoot::updateBuffer(ParIterator const & it, UpdateType utype) { BufferParams const & bp = buffer().masterBuffer()->params(); Counters & cnts = bp.documentClass().counters(); @@ -53,7 +53,7 @@ void InsetFoot::updateLabels(ParIterator const & it, UpdateType utype) + ' ' + cnts.theCounter(count, outer.getParLanguage(bp)->code()); setLabel(custom_label_); } - InsetCollapsable::updateLabels(it, utype); + InsetCollapsable::updateBuffer(it, utype); if (utype == OutputUpdate) cnts.restoreLastCounter(); }