]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/thread.h
Remaining Makefile.ins,
[wxWidgets.git] / include / wx / thread.h
index 82c784744789605fc9f91a9661b09f75c71b3b13..b0bbc261f714c080681bc255d6a75368c2456ad7 100644 (file)
@@ -301,7 +301,7 @@ public:
         // Returns true if the thread is running (not paused, not killed).
     bool IsRunning() const;
         // Returns true if the thread is suspended
-    bool IsPaused() const { return IsAlive() && !IsRunning(); }
+    bool IsPaused() const;
 
     // called when the thread exits - in the context of this thread
     //