summaryrefslogtreecommitdiff
path: root/test/routines/level2/xher.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/routines/level2/xher.hpp')
-rw-r--r--test/routines/level2/xher.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/routines/level2/xher.hpp b/test/routines/level2/xher.hpp
index 745df43f..ec183f7a 100644
--- a/test/routines/level2/xher.hpp
+++ b/test/routines/level2/xher.hpp
@@ -49,7 +49,7 @@ class TestXher {
}
// Describes how to set the sizes of all the buffers
- static void SetSizes(Arguments<U> &args) {
+ static void SetSizes(Arguments<U> &args, Queue&) {
args.a_size = GetSizeA(args);
args.x_size = GetSizeX(args);
}