diff options
Diffstat (limited to 'raul/SRMWQueue.hpp')
-rw-r--r-- | raul/SRMWQueue.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/SRMWQueue.hpp b/raul/SRMWQueue.hpp index 18b2461..7257ec3 100644 --- a/raul/SRMWQueue.hpp +++ b/raul/SRMWQueue.hpp @@ -52,7 +52,7 @@ template <typename T> class SRMWQueue : boost::noncopyable { public: - SRMWQueue(size_t size); + explicit SRMWQueue(size_t size); ~SRMWQueue(); |