summaryrefslogtreecommitdiffstats
path: root/raul/Thread.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'raul/Thread.hpp')
-rw-r--r--raul/Thread.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/Thread.hpp b/raul/Thread.hpp
index 3c624a7..757b791 100644
--- a/raul/Thread.hpp
+++ b/raul/Thread.hpp
@@ -64,7 +64,7 @@ public:
void set_context(unsigned context) { _contexts.insert(context); }
protected:
- Thread(const std::string& name="");
+ explicit Thread(const std::string& name="");
Thread(pthread_t thread, const std::string& name="");
/** Thread function to execute.