summaryrefslogtreecommitdiff
path: root/test/routines/level2/xsyr.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level2/xsyr.hpp')
-rw-r--r--test/routines/level2/xsyr.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level2/xsyr.hpp b/test/routines/level2/xsyr.hpp
index 02aad990..73818727 100644
--- a/test/routines/level2/xsyr.hpp
+++ b/test/routines/level2/xsyr.hpp
@@ -49,7 +49,7 @@ class TestXsyr {
}
// 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);
}