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:
wu@webrtc.org 2012-02-08 20:36:23 +00:00
parent 143abd95a3
commit 454a27c13d

View File

@ -70,7 +70,7 @@ ThreadPosix::ThreadPosix(ThreadRunFunction func, ThreadObj obj,
_pid(-1),
#endif
_attr(),
_thread(NULL)
_thread(0)
{
if (threadName != NULL)
{