summaryrefslogtreecommitdiffstats
path: root/tests/ingen_bench.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ingen_bench.cpp')
-rw-r--r--tests/ingen_bench.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ingen_bench.cpp b/tests/ingen_bench.cpp
index e0232b01..0a042f94 100644
--- a/tests/ingen_bench.cpp
+++ b/tests/ingen_bench.cpp
@@ -59,7 +59,7 @@ real_path(const char* path)
int
main(int argc, char** argv)
{
- set_bundle_path_from_code((void*)&ingen_try);
+ set_bundle_path_from_code(reinterpret_cast<void(*)()>(&ingen_try));
// Create world
try {