X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c763d6f063b4ce92f1f834534f973d1623e8a467..fc50ab90814c4fefef79be94226d335054f2ae50:/include/wx/thread.h diff --git a/include/wx/thread.h b/include/wx/thread.h index 0b237cb4f2..999d4f9166 100644 --- a/include/wx/thread.h +++ b/include/wx/thread.h @@ -506,7 +506,7 @@ public: // does it! // // will fill the rc pointer with the thread exit code if it's !NULL - wxThreadError Delete(ExitCode *rc = (ExitCode *)NULL); + wxThreadError Delete(ExitCode *rc = NULL); // waits for a joinable thread to finish and returns its exit code //