summaryrefslogtreecommitdiff
path: root/src/test/testlauncher.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/testlauncher.h')
-rw-r--r--src/test/testlauncher.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/test/testlauncher.h b/src/test/testlauncher.h
index d82e48f3f..76fb801c3 100644
--- a/src/test/testlauncher.h
+++ b/src/test/testlauncher.h
@@ -43,7 +43,8 @@ class TestLauncher final
int exec();
- int calcFps(const timeval *const start, const timeval *const end,
+ int calcFps(const timeval &start,
+ const timeval &end,
const int calls) const;
int testBackend() const;