summaryrefslogtreecommitdiffstats
path: root/ingen/runtime_paths.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/runtime_paths.hpp')
-rw-r--r--ingen/runtime_paths.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/runtime_paths.hpp b/ingen/runtime_paths.hpp
index a83a81fd..f23c2882 100644
--- a/ingen/runtime_paths.hpp
+++ b/ingen/runtime_paths.hpp
@@ -28,7 +28,7 @@ namespace ingen {
extern const char search_path_separator;
INGEN_API void set_bundle_path(const char* path);
-INGEN_API void set_bundle_path_from_code(void* function);
+INGEN_API void set_bundle_path_from_code(void (*function)());
INGEN_API FilePath
find_in_search_path(const std::string& name,