diff options
Diffstat (limited to 'src/lilv_internal.h')
-rw-r--r-- | src/lilv_internal.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lilv_internal.h b/src/lilv_internal.h index bdb88ed..5fc37fa 100644 --- a/src/lilv_internal.h +++ b/src/lilv_internal.h @@ -127,6 +127,7 @@ struct LilvPluginImpl { LilvPort** ports; uint32_t num_ports; bool loaded; + bool parse_errors; bool replaced; }; |