]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/thread.h
Added wxPGChoices::Copy(), tweaked related documentation
[wxWidgets.git] / include / wx / thread.h
index 0b237cb4f2a787ee34c2f1498284249c1dfd0643..999d4f91665f3dd1f7093d04b63c3686df3c78a5 100644 (file)
@@ -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
         //