]> git.lyx.org Git - lyx.git/blobdiff - src/Buffer.h
DocBook: for MathML, mrow removal from decoration, script, frac
[lyx.git] / src / Buffer.h
index 6d4f77c3fdaa15a2e923097cc060df63f998a8a1..e342199b254705e033cc8e4310ea8ca6e71a5cd0 100644 (file)
@@ -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.