summaryrefslogtreecommitdiff
path: root/test/routines/level1/xscal.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level1/xscal.hpp')
-rw-r--r--test/routines/level1/xscal.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level1/xscal.hpp b/test/routines/level1/xscal.hpp
index 95038032..34a3d7cf 100644
--- a/test/routines/level1/xscal.hpp
+++ b/test/routines/level1/xscal.hpp
@@ -45,7 +45,7 @@ class TestXscal {
}
// Describes how to set the sizes of all the buffers
- static void SetSizes(Arguments<T> &args) {
+ static void SetSizes(Arguments<T> &args, Queue&) {
args.x_size = GetSizeX(args);
}