[LyX/master] fix warning
Jean-Marc Lasgouttes
lasgouttes at lyx.org
Wed Jul 24 19:10:27 UTC 2024
commit a042d6a9d2a2762f78c51891dc3e6263bc28a126
Author: Jean-Marc Lasgouttes <lasgouttes at lyx.org>
Date: Wed Jul 24 21:08:53 2024 +0200
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;
More information about the lyx-cvs
mailing list