diff options
Diffstat (limited to 'cpp/include/IceUtil/Thread.h')
-rw-r--r-- | cpp/include/IceUtil/Thread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/IceUtil/Thread.h b/cpp/include/IceUtil/Thread.h index 304a0b5a8e2..10989862fd6 100644 --- a/cpp/include/IceUtil/Thread.h +++ b/cpp/include/IceUtil/Thread.h @@ -86,7 +86,7 @@ public: typedef DWORD ID; #else typedef pthread_t ID; -#endif +#endif ID id() const; static void sleep(const Time&); @@ -173,7 +173,7 @@ private: }; typedef Handle<Thread> ThreadPtr; - + } #endif |