queue/IdTable: make "data" pointer const
This commit is contained in:
parent
0691ecc052
commit
23adf50194
@ -34,7 +34,7 @@ class IdTable {
|
||||
|
||||
unsigned next;
|
||||
|
||||
int *data;
|
||||
int *const data;
|
||||
|
||||
public:
|
||||
IdTable(unsigned _size) noexcept
|
||||
|
Loading…
Reference in New Issue
Block a user