X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/42124e683da03a7a7463ad9e37d15fda575348af..8b73c5318ccc837aff38c0e5a824bc4fd56c75c8:/tests/thread/atomic.cpp diff --git a/tests/thread/atomic.cpp b/tests/thread/atomic.cpp index 1170093e44..9f7b01032c 100644 --- a/tests/thread/atomic.cpp +++ b/tests/thread/atomic.cpp @@ -195,5 +195,5 @@ void *AtomicTestCase::MyThread::Entry() } } - return (wxThread::ExitCode)negativeValuesSeen; + return wxUIntToPtr(negativeValuesSeen); }