aboutsummaryrefslogtreecommitdiff
path: root/odb/details/posix/condition.ixx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/details/posix/condition.ixx')
-rw-r--r--odb/details/posix/condition.ixx2
1 files changed, 1 insertions, 1 deletions
diff --git a/odb/details/posix/condition.ixx b/odb/details/posix/condition.ixx
index 9ebd60e..0aa504b 100644
--- a/odb/details/posix/condition.ixx
+++ b/odb/details/posix/condition.ixx
@@ -30,7 +30,7 @@ namespace odb
}
inline void condition::
- wait ()
+ wait (lock&)
{
if (int e = pthread_cond_wait (&cond_, &mutex_.mutex_))
throw posix_exception (e);