| Index: src/Thread.h |
| =================================================================== |
| --- a/src/Thread.h |
| +++ b/src/Thread.h |
| @@ -50,9 +50,9 @@ |
| private: |
| #ifdef WIN32 |
| - HANDLE thread; |
| + HANDLE nativeThread; |
| #else |
| - pthread_t thread; |
| + pthread_t nativeThread; |
| #endif |
| }; |
| } |