|
@@ -381,7 +381,7 @@ public:
|
|
#ifdef _WIN32
|
|
#ifdef _WIN32
|
|
auto nativeThread = ::GetCurrentThreadId();
|
|
auto nativeThread = ::GetCurrentThreadId();
|
|
#else
|
|
#else
|
|
- auto nativeThread = pthread_self();
|
|
|
|
|
|
+ void * nativeThread = (void*)pthread_self();
|
|
#endif
|
|
#endif
|
|
bbThread = bbThreadRegister(nativeThread);
|
|
bbThread = bbThreadRegister(nativeThread);
|
|
|
|
|