diff --git a/src/queue/IdTable.hxx b/src/queue/IdTable.hxx index 3f652e204..7c55869ff 100644 --- a/src/queue/IdTable.hxx +++ b/src/queue/IdTable.hxx @@ -29,7 +29,7 @@ * A table that maps id numbers to position numbers. */ class IdTable { - unsigned size; + const unsigned size; unsigned next;