diff options
Diffstat (limited to 'src/support/threads.h')
-rw-r--r-- | src/support/threads.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/support/threads.h b/src/support/threads.h index 280e19470..e76783ebb 100644 --- a/src/support/threads.h +++ b/src/support/threads.h @@ -104,7 +104,7 @@ public: size_t size(); - static bool isRunning(); + bool isRunning(); // Called by helper threads when they are free and ready. void notifyThreadIsReady(); |