X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2Fbuffer_funcs.h;h=7ad1b56d07fa3597e0f5fe79f69ae8277254a5c3;hb=35204f8f33d7400a5fefeffea533fb4cb4097211;hp=d3fdb59701529b323bdfb8bdca413f924cb262e2;hpb=6c300f72a217722652dc27db9108e1050028979c;p=lyx.git diff --git a/src/buffer_funcs.h b/src/buffer_funcs.h index d3fdb59701..7ad1b56d07 100644 --- a/src/buffer_funcs.h +++ b/src/buffer_funcs.h @@ -58,17 +58,17 @@ lyx::docstring expandLabel(Buffer const & buf, /** A full updateLabels(Buffer const &) will be called if not possible. */ -void updateLabels(Buffer const & buf, ParIterator & it); +void updateLabels(Buffer const & buf, ParIterator & it, bool childonly = false); /// update labels between "from" and "to" if possible. /** A full updateLabels(Buffer const &) will be called if not possible. */ void updateLabels(Buffer const & buf, - ParIterator & from, ParIterator & to); + ParIterator & from, ParIterator & to, bool childonly = false); /// updates all counters -void updateLabels(Buffer const &); +void updateLabels(Buffer const &, bool childonly = false); } // namespace lyx