queue/IdTable: make size const
This commit is contained in:
parent
bdd268a524
commit
ead5bcf048
@ -29,7 +29,7 @@
|
||||
* A table that maps id numbers to position numbers.
|
||||
*/
|
||||
class IdTable {
|
||||
unsigned size;
|
||||
const unsigned size;
|
||||
|
||||
unsigned next;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user