diff options
Diffstat (limited to 'controller/RethinkDB.cpp')
| -rw-r--r-- | controller/RethinkDB.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/controller/RethinkDB.cpp b/controller/RethinkDB.cpp index bea941fa..d1012167 100644 --- a/controller/RethinkDB.cpp +++ b/controller/RethinkDB.cpp @@ -253,7 +253,7 @@ RethinkDB::~RethinkDB() _heartbeatThread.join(); } -void RethinkDB::waitForReady() const +void RethinkDB::waitForReady() { while (_ready > 0) { if (!_waitNoticePrinted) { |
