diff options
Diffstat (limited to 'lv2/log')
-rw-r--r-- | lv2/log/log.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lv2/log/log.h b/lv2/log/log.h index 7175339..d60ebb4 100644 --- a/lv2/log/log.h +++ b/lv2/log/log.h @@ -61,7 +61,7 @@ typedef void* LV2_Log_Handle; /** Log feature (LV2_LOG__log) */ -typedef struct _LV2_Log { +typedef struct { /** Opaque pointer to host data. |