From a042d6a9d2a2762f78c51891dc3e6263bc28a126 Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Wed, 24 Jul 2024 21:08:53 +0200 Subject: [PATCH] fix warning --- src/insets/InsetTabular.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/insets/InsetTabular.h b/src/insets/InsetTabular.h index 8b052c5d73..f4906cc70f 100644 --- a/src/insets/InsetTabular.h +++ b/src/insets/InsetTabular.h @@ -1117,7 +1117,7 @@ public: /// Update the counters of this inset and of its contents void updateBuffer(ParIterator const &, UpdateType, bool const deleted = false) override; /// - void updateStatistics(Statistics & stats) const; + void updateStatistics(Statistics & stats) const override; /// void addToToc(DocIterator const & di, bool output_active, UpdateType utype, TocBackend & backend) const override; -- 2.39.5