diff options
Diffstat (limited to 'indra/llcorehttp/_thread.h')
-rw-r--r-- | indra/llcorehttp/_thread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcorehttp/_thread.h b/indra/llcorehttp/_thread.h index 5960f0dcdb..0937d698c7 100644 --- a/indra/llcorehttp/_thread.h +++ b/indra/llcorehttp/_thread.h @@ -91,7 +91,7 @@ public: inline bool joinable() const { - mThread->joinable(); + return mThread->joinable(); } private: |