summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2020-07-19 17:13:14 +0200
committerDavid Robillard <d@drobilla.net>2020-08-01 11:50:43 +0200
commitb453818f17a84c01d679088e5a377e244a231981 (patch)
tree66e0c71912fb975fb753905a7c9b1efa1f5a85a8 /ingen
parent381c4a77fe5864cd3aed3854b75acf2a52f6a74d (diff)
downloadingen-b453818f17a84c01d679088e5a377e244a231981.tar.gz
ingen-b453818f17a84c01d679088e5a377e244a231981.tar.bz2
ingen-b453818f17a84c01d679088e5a377e244a231981.zip
Make set_bundle_path_from_code take a function pointer
Diffstat (limited to 'ingen')
-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,