fix warning

This commit is contained in:
Jean-Marc Lasgouttes 2024-07-24 21:08:53 +02:00
parent 307d59cdb9
commit a042d6a9d2

View File

@ -1117,7 +1117,7 @@ public:
/// Update the counters of this inset and of its contents /// Update the counters of this inset and of its contents
void updateBuffer(ParIterator const &, UpdateType, bool const deleted = false) override; 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, void addToToc(DocIterator const & di, bool output_active,
UpdateType utype, TocBackend & backend) const override; UpdateType utype, TocBackend & backend) const override;