summaryrefslogtreecommitdiff
path: root/cppe/include/IceE/Thread.h
diff options
context:
space:
mode:
authorDwayne Boone <dwayne@zeroc.com>2006-06-06 16:03:51 +0000
committerDwayne Boone <dwayne@zeroc.com>2006-06-06 16:03:51 +0000
commitfbb0021bf69b316a4d1b1a0ef68c2ff3bb453bca (patch)
treee4b8adfa447eb97ec9f1e577fffef2cbef22702c /cppe/include/IceE/Thread.h
parentminor edits (diff)
downloadice-fbb0021bf69b316a4d1b1a0ef68c2ff3bb453bca.tar.bz2
ice-fbb0021bf69b316a4d1b1a0ef68c2ff3bb453bca.tar.xz
ice-fbb0021bf69b316a4d1b1a0ef68c2ff3bb453bca.zip
Make ThreadControl(p_thread) constructor explicit
Diffstat (limited to 'cppe/include/IceE/Thread.h')
-rw-r--r--cppe/include/IceE/Thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cppe/include/IceE/Thread.h b/cppe/include/IceE/Thread.h
index 813c6266c69..5ed3d9db654 100644
--- a/cppe/include/IceE/Thread.h
+++ b/cppe/include/IceE/Thread.h
@@ -32,7 +32,7 @@ public:
#ifdef _WIN32
ThreadControl(HANDLE, DWORD);
#else
- ThreadControl(pthread_t);
+ explicit ThreadControl(pthread_t);
#endif
//