Commit 23adf501 authored by Max Kellermann's avatar Max Kellermann

queue/IdTable: make "data" pointer const

parent 0691ecc0
...@@ -34,7 +34,7 @@ class IdTable { ...@@ -34,7 +34,7 @@ class IdTable {
unsigned next; unsigned next;
int *data; int *const data;
public: public:
IdTable(unsigned _size) noexcept IdTable(unsigned _size) noexcept
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment