X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;f=src%2FBuffer.h;h=e342199b254705e033cc8e4310ea8ca6e71a5cd0;hb=c9146e5b;hp=6d4f77c3fdaa15a2e923097cc060df63f998a8a1;hpb=b08a653f3549e08fffc5318c87da305651ecc197;p=features.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.