diff options
Diffstat (limited to 'tests/box2d/Benchmark.cpp')
-rw-r--r-- | tests/box2d/Benchmark.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/box2d/Benchmark.cpp b/tests/box2d/Benchmark.cpp index 6853a3dc..0db1d4be 100644 --- a/tests/box2d/Benchmark.cpp +++ b/tests/box2d/Benchmark.cpp @@ -31,7 +31,7 @@ using namespace std; const int e_count = 40; -result_t measure(clock_t times[FRAMES]) { +result_t measure(clock_t *times) { float values[FRAMES]; result_t r; |