]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetTabular.h
requires is a keyword in C++2a
[lyx.git] / src / insets / InsetTabular.h
index 067141edd12c74c1fbf8fa9d8aca05d49b5321c6..3e8a6bcfab5a711001dfc8defd949cb861d98582 100644 (file)
@@ -1037,7 +1037,7 @@ public:
        /// can we go further down on mouse click?
        bool descendable(BufferView const &) const { return true; }
        /// Update the counters of this inset and of its contents
-       void updateBuffer(ParIterator const &, UpdateType);
+       void updateBuffer(ParIterator const &, UpdateType, bool const deleted = false);
        ///
        void addToToc(DocIterator const & di, bool output_active,
                                  UpdateType utype, TocBackend & backend) const;