diff options
Diffstat (limited to 'src/ingen')
-rw-r--r-- | src/ingen/ingen.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ingen/ingen.cpp b/src/ingen/ingen.cpp index 1e407507..9ca4b276 100644 --- a/src/ingen/ingen.cpp +++ b/src/ingen/ingen.cpp @@ -86,7 +86,7 @@ int main(int argc, char** argv) { Glib::thread_init(); - Ingen::set_bundle_path_from_code((void*)&main); + Ingen::set_bundle_path_from_code((void*)&print_version); // Create world try { |