From: Jean-Marc Lasgouttes Date: Wed, 24 Jul 2024 19:08:53 +0000 (+0200) Subject: fix warning X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=a042d6a9d2a2762f78c51891dc3e6263bc28a126;p=lyx.git fix warning --- 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;