diff options
| author | 2026-06-27 15:48:52 +0100 | |
|---|---|---|
| committer | 2026-06-27 15:48:52 +0100 | |
| commit | 4f61815eddce6ebabbad1c089c1e6197eb8eec57 (patch) | |
| tree | 1f75c9bf375a0619f60647b6810aad7e46c5db24 /include/modules | |
| parent | Merge the addline/delline source files. (diff) | |
Redocument Write*Numeric and allow mutating values in OnNumeric.
Diffstat (limited to 'include/modules')
| -rw-r--r-- | include/modules/stats.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/modules/stats.h b/include/modules/stats.h index 70ba4bc75..dee1ced22 100644 --- a/include/modules/stats.h +++ b/include/modules/stats.h @@ -118,7 +118,6 @@ public: /** Get the list of reply rows * @return List of rows generated as reply for the request */ - const std::vector<Row>& GetRows() const { return rows; } std::vector<Row>& GetRows() { return rows; } /** Get the symbol (letter) indicating what type of STATS was requested |
