X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Finsets%2FInsetCaption.cpp;h=9046d054e5ee688b8a5b93fccff5d060afab2f03;hb=d65020b293ab208b1391f96a731e53e0c7274a02;hp=b9ed6029dd6010528d28a32e92f0596db3b9f2ce;hpb=36f5607ec88a266db6359ed9616bbee856c88e7a;p=features.git diff --git a/src/insets/InsetCaption.cpp b/src/insets/InsetCaption.cpp index b9ed6029dd..9046d054e5 100644 --- a/src/insets/InsetCaption.cpp +++ b/src/insets/InsetCaption.cpp @@ -307,7 +307,7 @@ docstring InsetCaption::getCaptionAsHTML(XHTMLStream & xs, } -void InsetCaption::updateLabels(ParIterator const & it, UpdateType utype) +void InsetCaption::updateBuffer(ParIterator const & it, UpdateType utype) { Buffer const & master = *buffer().masterBuffer(); DocumentClass const & tclass = master.params().documentClass(); @@ -346,7 +346,7 @@ void InsetCaption::updateLabels(ParIterator const & it, UpdateType utype) } // Do the real work now. - InsetText::updateLabels(it, utype); + InsetText::updateBuffer(it, utype); if (utype == OutputUpdate) cnts.restoreLastCounter(); }