]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCaptionable.h
Fix indentation
[lyx.git] / src / insets / InsetCaptionable.h
index 8d0b486bcff7b3ccdb569f6cc9eea58eaba5d0b2..870489888cae4e0239e3562514fae73f8fc8c69f 100644 (file)
@@ -45,7 +45,7 @@ protected:
        void addToToc(DocIterator const & di, bool output_active,
                                  UpdateType utype, TocBackend & backend) const;
        /// Update the counters of this inset and of its contents
-       void updateBuffer(ParIterator const &, UpdateType);
+       void updateBuffer(ParIterator const &, UpdateType, bool const deleted = false);
        ///
        bool insetAllowed(InsetCode) const;
 private: