summaryrefslogtreecommitdiff
path: root/main/tests/test_ordered_hash_map.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main/tests/test_ordered_hash_map.cpp')
-rw-r--r--main/tests/test_ordered_hash_map.cpp2
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[] = {