The pthread_t is non-pointer type.
TBR=henrike Review URL: https://webrtc-codereview.appspot.com/392004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@1646 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
143abd95a3
commit
454a27c13d
@ -70,7 +70,7 @@ ThreadPosix::ThreadPosix(ThreadRunFunction func, ThreadObj obj,
|
||||
_pid(-1),
|
||||
#endif
|
||||
_attr(),
|
||||
_thread(NULL)
|
||||
_thread(0)
|
||||
{
|
||||
if (threadName != NULL)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user