diff options
Diffstat (limited to 'src/gui/Port.hpp')
-rw-r--r-- | src/gui/Port.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gui/Port.hpp b/src/gui/Port.hpp index a8d16095..216b8356 100644 --- a/src/gui/Port.hpp +++ b/src/gui/Port.hpp @@ -78,6 +78,7 @@ private: GraphBox* get_graph_box() const; void property_changed(const Raul::URI& key, const Atom& value); + void property_removed(const Raul::URI& key, const Atom& value); void moved(); void on_value_changed(double value); |