summaryrefslogtreecommitdiffstats
path: root/ingen
diff options
context:
space:
mode:
Diffstat (limited to 'ingen')
-rw-r--r--ingen/client/GraphModel.hpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/ingen/client/GraphModel.hpp b/ingen/client/GraphModel.hpp
index 7a899ecb..2b166fd3 100644
--- a/ingen/client/GraphModel.hpp
+++ b/ingen/client/GraphModel.hpp
@@ -60,6 +60,7 @@ private:
void clear();
void add_child(SPtr<ObjectModel> c);
bool remove_child(SPtr<ObjectModel> c);
+ void remove_arcs_on(SPtr<PortModel> p);
void add_arc(SPtr<ArcModel> arc);
void remove_arc(const Ingen::Node* tail,