summaryrefslogtreecommitdiffstats
path: root/raul/SRSWQueue.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/SRSWQueue.hpp')
-rw-r--r--raul/SRSWQueue.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/SRSWQueue.hpp b/raul/SRSWQueue.hpp
index b85cc15..e089f07 100644
--- a/raul/SRSWQueue.hpp
+++ b/raul/SRSWQueue.hpp
@@ -42,7 +42,7 @@ class SRSWQueue : boost::noncopyable
{
public:
/** @param size Size in number of elements */
- SRSWQueue(size_t size);
+ explicit SRSWQueue(size_t size);
~SRSWQueue();
// Any thread: