aboutsummaryrefslogtreecommitdiffstats
path: root/include/modules
diff options
context:
space:
mode:
authorGravatar Sadie Powell2026-06-27 15:48:52 +0100
committerGravatar Sadie Powell2026-06-27 15:48:52 +0100
commit4f61815eddce6ebabbad1c089c1e6197eb8eec57 (patch)
tree1f75c9bf375a0619f60647b6810aad7e46c5db24 /include/modules
parentMerge 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.h1
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