X-Git-Url: http://git.tdb.fi/?p=libs%2Fcore.git;a=blobdiff_plain;f=source%2Fcore%2Fthread.cpp;fp=source%2Fcore%2Fthread.cpp;h=841cc3f48e8111a894dc9151268fce3858dcd4f0;hp=e860d6758f9e048f070b67855e7d7810456e7c48;hb=5a0e17aa977c0fdb39e4f48d07aaaeeb37054149;hpb=01844ee2ba101c25655dd5eacf62ca9365f26f21 diff --git a/source/core/thread.cpp b/source/core/thread.cpp index e860d67..841cc3f 100644 --- a/source/core/thread.cpp +++ b/source/core/thread.cpp @@ -51,7 +51,7 @@ ThreadReturn THREAD_CALL Thread::Private::main_wrapper(void *arg) thread->platform_setname(); thread->main(); thread->_state = FINISHED; - return nullptr; + return 0; } } // namespace Msp