]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/thread.h
1. registry files corresponding to the recent registry.h changes
[wxWidgets.git] / include / wx / thread.h
index cb3f0192361cb9f925196c4746a0694974368a8b..3a850853faed729e12bc371e42d33af3f4834371 100644 (file)
@@ -312,7 +312,7 @@ protected:
     // Returns TRUE if the thread was asked to terminate: this function should
     // be called by the thread from time to time, otherwise the main thread
     // will be left forever in Delete()!
-    bool TestDestroy() const;
+    bool TestDestroy();
 
     // exits from the current thread - can be called only from this thread
     void Exit(void *exitcode = 0);