From eb89371d2b36141ca94b1351c5217942a40d390c Mon Sep 17 00:00:00 2001 From: Cedric Nugteren Date: Wed, 3 Jan 2018 20:19:45 +0100 Subject: Added a queue argument to the get-size function when running the tests/clients --- test/routines/levelx/xim2col.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/routines/levelx/xim2col.hpp') diff --git a/test/routines/levelx/xim2col.hpp b/test/routines/levelx/xim2col.hpp index e90537fa..092e251d 100644 --- a/test/routines/levelx/xim2col.hpp +++ b/test/routines/levelx/xim2col.hpp @@ -62,7 +62,7 @@ public: } // Describes how to set the sizes of all the buffers - static void SetSizes(Arguments &args) { + static void SetSizes(Arguments &args, Queue&) { args.a_size = GetSizeA(args); args.b_size = GetSizeB(args); } -- cgit v1.2.3