diff options
Diffstat (limited to 'src/slv2_internal.h')
-rw-r--r-- | src/slv2_internal.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/slv2_internal.h b/src/slv2_internal.h index ca1e002..2694b5d 100644 --- a/src/slv2_internal.h +++ b/src/slv2_internal.h @@ -99,11 +99,11 @@ struct _InstanceImpl { /* ********* GUI Instance ********* */ -struct _GUIInstanceImpl { - void* lib_handle; - const LV2UI_Descriptor* lv2ui_descriptor; - LV2UI_Handle lv2ui_handle; - void* widget; +struct _SLV2GUIInstanceImpl { + void* lib_handle; + const LV2UI_Descriptor* lv2ui_descriptor; + LV2UI_Handle lv2ui_handle; + void* widget; }; |