diff options
author | Dwayne Boone <dwayne@zeroc.com> | 2006-06-06 16:03:51 +0000 |
---|---|---|
committer | Dwayne Boone <dwayne@zeroc.com> | 2006-06-06 16:03:51 +0000 |
commit | fbb0021bf69b316a4d1b1a0ef68c2ff3bb453bca (patch) | |
tree | e4b8adfa447eb97ec9f1e577fffef2cbef22702c /cppe/include/IceE/Thread.h | |
parent | minor edits (diff) | |
download | ice-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.h | 2 |
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 // |