summaryrefslogtreecommitdiff
path: root/test/routines/level1/xcopy.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level1/xcopy.hpp')
-rw-r--r--test/routines/level1/xcopy.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level1/xcopy.hpp b/test/routines/level1/xcopy.hpp
index 58abdbf4..ddef8529 100644
--- a/test/routines/level1/xcopy.hpp
+++ b/test/routines/level1/xcopy.hpp
@@ -47,7 +47,7 @@ class TestXcopy {
}
// 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.y_size = GetSizeY(args);
}