summaryrefslogtreecommitdiff
path: root/test/routines/level1/xdot.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level1/xdot.hpp')
-rw-r--r--test/routines/level1/xdot.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level1/xdot.hpp b/test/routines/level1/xdot.hpp
index 229d18c9..b668b2df 100644
--- a/test/routines/level1/xdot.hpp
+++ b/test/routines/level1/xdot.hpp
@@ -50,7 +50,7 @@ class TestXdot {
}
// 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);
args.scalar_size = GetSizeDot(args);