summaryrefslogtreecommitdiffstats
path: root/ingen/client/PluginUI.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/client/PluginUI.hpp')
-rw-r--r--ingen/client/PluginUI.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/ingen/client/PluginUI.hpp b/ingen/client/PluginUI.hpp
index d4d47e3b..c44cad82 100644
--- a/ingen/client/PluginUI.hpp
+++ b/ingen/client/PluginUI.hpp
@@ -78,7 +78,8 @@ public:
INGEN_SIGNAL(property_changed, void,
const Raul::URI&, // Subject
const Raul::URI&, // Predicate
- const Atom&); // Object
+ const Atom&, // Object
+ Resource::Graph); // Context
Ingen::World* world() const { return _world; }
SPtr<const BlockModel> block() const { return _block; }