diff --git a/locked_queue.hh b/locked_queue.hh index a161c32..fd5e142 100644 --- a/locked_queue.hh +++ b/locked_queue.hh @@ -9,7 +9,7 @@ namespace utility { - template + template class locked_queue { typedef std::recursive_mutex Mutex;