X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/80cb83bef27f70fbc50285cce7de70aaad0d7551..6db90681cf0b58209a061561f5d3624f6eda8024:/include/wx/thread.h diff --git a/include/wx/thread.h b/include/wx/thread.h index 82c7847447..b0bbc261f7 100644 --- a/include/wx/thread.h +++ b/include/wx/thread.h @@ -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 //