summaryrefslogtreecommitdiffstats
path: root/src/ingen/ingen.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-02-12 21:16:12 +0100
committerDavid Robillard <d@drobilla.net>2017-02-12 21:16:12 +0100
commit0faf69db76f668944d9380152fd4f9080d9e6152 (patch)
tree3f7e7c9d8edb1611b87cb5decfca627819e75b65 /src/ingen/ingen.cpp
parent369118b48747b8b3b8eaf14b2e7f51549720d5ab (diff)
downloadingen-0faf69db76f668944d9380152fd4f9080d9e6152.tar.gz
ingen-0faf69db76f668944d9380152fd4f9080d9e6152.tar.bz2
ingen-0faf69db76f668944d9380152fd4f9080d9e6152.zip
Fix warnings
Diffstat (limited to 'src/ingen/ingen.cpp')
-rw-r--r--src/ingen/ingen.cpp2
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 {