diff options
Diffstat (limited to 'main/tests/test_ordered_hash_map.cpp')
-rw-r--r-- | main/tests/test_ordered_hash_map.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/tests/test_ordered_hash_map.cpp b/main/tests/test_ordered_hash_map.cpp index 0720eebaf9..e909626243 100644 --- a/main/tests/test_ordered_hash_map.cpp +++ b/main/tests/test_ordered_hash_map.cpp @@ -130,7 +130,7 @@ bool test_const_iteration() { return test_const_iteration(map); } -typedef bool (*TestFunc)(void); +typedef bool (*TestFunc)(); TestFunc test_funcs[] = { |