summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/queue/IdTable.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/queue/IdTable.hxx b/src/queue/IdTable.hxx
index bcc1b0ea7..60e184091 100644
--- a/src/queue/IdTable.hxx
+++ b/src/queue/IdTable.hxx
@@ -34,7 +34,7 @@ class IdTable {
unsigned next;
- int *data;
+ int *const data;
public:
IdTable(unsigned _size) noexcept