diff options
author | falkTX <falktx@gmail.com> | 2015-02-20 14:40:56 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-02-20 11:17:28 -0500 |
commit | 1ab30cf0e7610b88397b5d2358aa7da428eb9d77 (patch) | |
tree | 9b5572edff9dddd45899368befe3a85d5b7eef6d | |
parent | 9b87166d9e9f66804e8a34cfa6feeb9877df4ca3 (diff) | |
download | lv2-1ab30cf0e7610b88397b5d2358aa7da428eb9d77.tar.xz |
Add LV2_SYMBOL_EXPORT to lv2_lib_descriptor
-rw-r--r-- | lv2/lv2plug.in/ns/lv2core/lv2.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2.h b/lv2/lv2plug.in/ns/lv2core/lv2.h index 1d4da99..2ab3186 100644 --- a/lv2/lv2plug.in/ns/lv2core/lv2.h +++ b/lv2/lv2plug.in/ns/lv2core/lv2.h @@ -451,6 +451,7 @@ typedef struct { be destroyed (using LV2_Lib_Descriptor::cleanup()) until all plugins loaded from that library have been destroyed. */ +LV2_SYMBOL_EXPORT const LV2_Lib_Descriptor * lv2_lib_descriptor(const char * bundle_path, const LV2_Feature *const * features); |