and another LV2-1.0.0 compat ifdef

This commit is contained in:
Robin Gareus 2015-10-26 13:32:51 +01:00
parent 677531addb
commit 3e3a5e1cff

View File

@ -244,7 +244,9 @@ struct LV2Plugin::Impl {
#endif
, state(0)
, block_length(0)
#ifdef HAVE_LV2_1_2_0
, options(0)
#endif
{}
/** Find the LV2 input port with the given designation.