diff options
author | David Robillard <d@drobilla.net> | 2011-11-06 19:56:38 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-06 19:56:38 +0000 |
commit | ad2bddcbee17a637a73d24ede3ecffde8d499b62 (patch) | |
tree | dc84f6404ba74cd3d9805e9b3ebcb495c573268a /ext/pui.lv2 | |
parent | ee319f2c45766164eab47e0b5949c80e0c464ada (diff) | |
download | lv2-ad2bddcbee17a637a73d24ede3ecffde8d499b62.tar.xz |
Lint.
Diffstat (limited to 'ext/pui.lv2')
-rw-r--r-- | ext/pui.lv2/pui.h | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/ext/pui.lv2/pui.h b/ext/pui.lv2/pui.h index 9286944..caa7deb 100644 --- a/ext/pui.lv2/pui.h +++ b/ext/pui.lv2/pui.h @@ -261,12 +261,13 @@ typedef struct _LV2_PUI_Descriptor { the same; @c features will probably not be the same array as the one the plugin host passes to a plugin. */ - LV2_PUI_Handle (*instantiate)(struct _LV2_PUI_Descriptor const* descriptor, - char const* plugin_uri, - char const* bundle_path, - LV2_PUI_Host_Descriptor const* host_descriptor, - LV2_PUI_Host_Handle host_handle, - LV2_Feature const* const* features); + LV2_PUI_Handle (*instantiate)( + struct _LV2_PUI_Descriptor const* descriptor, + char const* plugin_uri, + char const* bundle_path, + LV2_PUI_Host_Descriptor const* host_descriptor, + LV2_PUI_Host_Handle host_handle, + LV2_Feature const* const* features); /** Return the widget pointer for the UI object. |