diff options
Diffstat (limited to 'src/server/events/Delta.hpp')
-rw-r--r-- | src/server/events/Delta.hpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/server/events/Delta.hpp b/src/server/events/Delta.hpp index 0b5934ac..7c303fc2 100644 --- a/src/server/events/Delta.hpp +++ b/src/server/events/Delta.hpp @@ -19,10 +19,13 @@ #include <vector> +#include <boost/optional.hpp> + #include "lilv/lilv.h" #include "raul/URI.hpp" +#include "PluginImpl.hpp" #include "ControlBindings.hpp" #include "Event.hpp" @@ -128,6 +131,8 @@ private: SPtr<ControlBindings::Bindings> _old_bindings; + boost::optional<Resource> _preset; + std::unique_lock<std::mutex> _poly_lock; ///< Long-term lock for poly changes }; |