From c3007fcd8ed835727212b215fafd31fab8ac33a4 Mon Sep 17 00:00:00 2001 From: jwellbelove Date: Mon, 22 Dec 2014 00:55:04 +0000 Subject: [PATCH] Added template parameter to constructor initialiser list --- pool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pool.h b/pool.h index b57b8b55..e5b7fd5f 100644 --- a/pool.h +++ b/pool.h @@ -58,7 +58,7 @@ namespace etl /// Constructor //************************************************************************* pool() - : ipool(buffer, in_use, SIZE) + : ipool(buffer, in_use, SIZE) { }