summaryrefslogtreecommitdiff
path: root/test/routines/level1/xamax.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level1/xamax.hpp')
-rw-r--r--test/routines/level1/xamax.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level1/xamax.hpp b/test/routines/level1/xamax.hpp
index d74807c9..71c1a0ec 100644
--- a/test/routines/level1/xamax.hpp
+++ b/test/routines/level1/xamax.hpp
@@ -47,7 +47,7 @@ class TestXamax {
}
// 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);
args.scalar_size = GetSizeImax(args);
}