From fd63f8aa30c0cad0ad2cc382971d3f6842ae53cd Mon Sep 17 00:00:00 2001 From: Samuel Just Date: Mon, 29 Apr 2013 11:26:26 -0700 Subject: [PATCH] WorkQueue: Allow WorkQueueVal to be specified with 1 type Signed-off-by: Samuel Just --- src/common/WorkQueue.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/WorkQueue.h b/src/common/WorkQueue.h index ced952c49cd5a..d936d77abef4a 100644 --- a/src/common/WorkQueue.h +++ b/src/common/WorkQueue.h @@ -153,7 +153,7 @@ public: } }; - template + template class WorkQueueVal : public WorkQueue_ { Mutex _lock; ThreadPool *pool; -- 2.39.5