diff --git a/lokimq/lokimq.h b/lokimq/lokimq.h index b35d6a7..690277a 100644 --- a/lokimq/lokimq.h +++ b/lokimq/lokimq.h @@ -93,7 +93,7 @@ class CatHelper; /// constructible, but is safe (and cheap) to copy. struct TaggedThreadID { private: - const int _id; + int _id; explicit constexpr TaggedThreadID(int id) : _id{id} {} friend class LokiMQ; template friend class Batch;