aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/state
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/state')
-rw-r--r--lv2/state/state.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/state/state.h b/lv2/state/state.h
index 45eb7e4..365711a 100644
--- a/lv2/state/state.h
+++ b/lv2/state/state.h
@@ -194,7 +194,7 @@ typedef const void* (*LV2_State_Retrieve_Function)(
authors should consider this possibility, and always store sensible data
with meaningful types to avoid such problems in the future.
*/
-typedef struct _LV2_State_Interface {
+typedef struct {
/**
Save plugin state using a host-provided `store` callback.
d='n107' href='#n107'>107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168