summaryrefslogtreecommitdiffstats
path: root/src/ingen/ingen.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ingen/ingen.cpp')
-rw-r--r--src/ingen/ingen.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ingen/ingen.cpp b/src/ingen/ingen.cpp
index 80f7ab36..fd9a3578 100644
--- a/src/ingen/ingen.cpp
+++ b/src/ingen/ingen.cpp
@@ -90,7 +90,8 @@ print_version()
int
main(int argc, char** argv)
{
- ingen::set_bundle_path_from_code((void*)&print_version);
+ ingen::set_bundle_path_from_code(
+ reinterpret_cast<void (*)()>(&print_version));
// Create world
try {