Commit ead5bcf0 authored by Max Kellermann's avatar Max Kellermann

queue/IdTable: make size const

parent bdd268a5
......@@ -29,7 +29,7 @@
* A table that maps id numbers to position numbers.
*/
class IdTable {
unsigned size;
const unsigned size;
unsigned next;
......
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