diff --git a/src/queue/IdTable.hxx b/src/queue/IdTable.hxx index 31a44c846..e18667294 100644 --- a/src/queue/IdTable.hxx +++ b/src/queue/IdTable.hxx @@ -26,7 +26,7 @@ class IdTable { int *const data = new int[size]; public: - IdTable(unsigned _size) noexcept + explicit IdTable(unsigned _size) noexcept :size(_size) {} ~IdTable() noexcept {