X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fthread_private.h;fp=source%2Fcore%2Fthread_private.h;h=f133d6025fcb41e4f30c8b9ed35e62edbd35991a;hp=3c3b341565d4b1dcd12e085d6a4506d9b2ee74de;hb=af9f2e378f3adea7e636bac3c320ad2272af7612;hpb=fd92c15d03a27338c08378ad21dd1b83edebeb01 diff --git a/source/core/thread_private.h b/source/core/thread_private.h index 3c3b341..f133d60 100644 --- a/source/core/thread_private.h +++ b/source/core/thread_private.h @@ -8,9 +8,7 @@ namespace Msp { struct Thread::Private { - ThreadHandle handle; - - Private(): handle(0) { } + ThreadHandle handle = 0; static ThreadReturn THREAD_CALL main_wrapper(void *); };