diff options
author | Michi Henning <michi@zeroc.com> | 2006-06-07 04:16:08 +0000 |
---|---|---|
committer | Michi Henning <michi@zeroc.com> | 2006-06-07 04:16:08 +0000 |
commit | 3a9c8d170e7f5edf6b952ffd91f162f2a47191e4 (patch) | |
tree | 8cd4762ad60f296d2ebf4493385fa1826626ff5c /cpp/include/IceUtil/Thread.h | |
parent | Fixed various bugs. (diff) | |
download | ice-3a9c8d170e7f5edf6b952ffd91f162f2a47191e4.tar.bz2 ice-3a9c8d170e7f5edf6b952ffd91f162f2a47191e4.tar.xz ice-3a9c8d170e7f5edf6b952ffd91f162f2a47191e4.zip |
Bug 1036.
Diffstat (limited to 'cpp/include/IceUtil/Thread.h')
-rw-r--r-- | cpp/include/IceUtil/Thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IceUtil/Thread.h b/cpp/include/IceUtil/Thread.h index a99032b154b..2e060bdaf12 100644 --- a/cpp/include/IceUtil/Thread.h +++ b/cpp/include/IceUtil/Thread.h @@ -32,7 +32,7 @@ public: #ifdef _WIN32 ThreadControl(HANDLE, DWORD); #else - explicit ThreadControl(pthread_t); + explicit ThreadControl(explicit pthread_t); #endif // |