diff --git a/src/common/serialization/vst3/event-list.h b/src/common/serialization/vst3/event-list.h index c98a04e1..c026b426 100644 --- a/src/common/serialization/vst3/event-list.h +++ b/src/common/serialization/vst3/event-list.h @@ -260,13 +260,13 @@ class YaEventList : public Steinberg::Vst::IEventList { } private: - boost::container::small_vector events; + boost::container::small_vector events; /** * On the first `getEvent()` call we'll reconstruct these from `events` all * at once. These event objects may not outlive this event list. */ - boost::container::small_vector + boost::container::small_vector reconstructed_events; };