aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/connection.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/connection.cxx')
-rw-r--r--odb/sqlite/connection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/sqlite/connection.cxx b/odb/sqlite/connection.cxx
index b150470..2425244 100644
--- a/odb/sqlite/connection.cxx
+++ b/odb/sqlite/connection.cxx
@@ -177,7 +177,7 @@ namespace odb
details::lock l (unlock_mutex_);
while (!unlocked_)
- unlock_cond_.wait ();
+ unlock_cond_.wait (l);
#else
translate_error (SQLITE_LOCKED, *this);
#endif