summaryrefslogtreecommitdiff
path: root/test/routines/level2/xger.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level2/xger.hpp')
-rw-r--r--test/routines/level2/xger.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level2/xger.hpp b/test/routines/level2/xger.hpp
index 9c5e2e40..85e987cb 100644
--- a/test/routines/level2/xger.hpp
+++ b/test/routines/level2/xger.hpp
@@ -54,7 +54,7 @@ class TestXger {
}
// 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.x_size = GetSizeX(args);
args.y_size = GetSizeY(args);