X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBuffer.h;h=e342199b254705e033cc8e4310ea8ca6e71a5cd0;hb=e4b80698be91708ce1b9fd86d6032245ef4f3dc7;hp=6d4f77c3fdaa15a2e923097cc060df63f998a8a1;hpb=f3a0e8ff9a9b914d40eb520bb31674d1ad4eb0d0;p=lyx.git diff --git a/src/Buffer.h b/src/Buffer.h index 6d4f77c3fd..e342199b25 100644 --- a/src/Buffer.h +++ b/src/Buffer.h @@ -728,7 +728,7 @@ public: /// Updates screen labels and some other information associated with /// insets and paragraphs. Actually, it's more like a general "recurse /// through the Buffer" routine, that visits all the insets and paragraphs. - void updateBuffer() const { updateBuffer(UpdateMaster, InternalUpdate); } + void updateBuffer() const; /// \param scope: whether to start with the master document or just /// do this one. /// \param output: whether we are preparing for output.