diff options
Diffstat (limited to 'lv2/core/lv2.h')
-rw-r--r-- | lv2/core/lv2.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/core/lv2.h b/lv2/core/lv2.h index eaca514..82cf2b3 100644 --- a/lv2/core/lv2.h +++ b/lv2/core/lv2.h @@ -140,7 +140,7 @@ typedef void * LV2_Handle; features and specify the `URI` and `data` to be used if necessary. Some features, such as lv2:isLive, do not require the host to pass data. */ -typedef struct _LV2_Feature { +typedef struct { /** A globally unique, case-sensitive identifier (URI) for this feature. |