summaryrefslogtreecommitdiff
path: root/test/routines/levelx/xim2col.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/levelx/xim2col.hpp')
-rw-r--r--test/routines/levelx/xim2col.hpp2
1 files changed, 1 insertions, 1 deletions
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<T> &args) {
+ static void SetSizes(Arguments<T> &args, Queue&) {
args.a_size = GetSizeA(args);
args.b_size = GetSizeB(args);
}