summaryrefslogtreecommitdiff
path: root/cpp/include/IceUtil/Thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/IceUtil/Thread.h')
-rw-r--r--cpp/include/IceUtil/Thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/include/IceUtil/Thread.h b/cpp/include/IceUtil/Thread.h
index 2e060bdaf12..a99032b154b 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(explicit pthread_t);
+ explicit ThreadControl(pthread_t);
#endif
//