summaryrefslogtreecommitdiffstats
path: root/slv2/plugininstance.h
diff options
context:
space:
mode:
Diffstat (limited to 'slv2/plugininstance.h')
-rw-r--r--slv2/plugininstance.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/slv2/plugininstance.h b/slv2/plugininstance.h
index c960e86..d72c8ad 100644
--- a/slv2/plugininstance.h
+++ b/slv2/plugininstance.h
@@ -38,7 +38,7 @@ typedef struct _InstanceImpl* SLV2InstanceImpl;
* documented and should not be used directly. The remaining implementation
* details are in the opaque pimpl member.
*/
-typedef struct {
+typedef struct _Instance {
const LV2_Descriptor* lv2_descriptor;
LV2_Handle lv2_handle;
SLV2InstanceImpl pimpl; ///< Private implementation