diff --git a/Chapter_04/mutex_queue.h b/Chapter_04/mutex_queue.h index 5859f0d..bc9bfac 100644 --- a/Chapter_04/mutex_queue.h +++ b/Chapter_04/mutex_queue.h @@ -62,7 +62,7 @@ class queue { lock.unlock(); - not_empty_.notify_one(); + not_full_.notify_one(); return true; }