summaryrefslogtreecommitdiffstats
path: root/ingen/client/BlockModel.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ingen/client/BlockModel.hpp')
-rw-r--r--ingen/client/BlockModel.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ingen/client/BlockModel.hpp b/ingen/client/BlockModel.hpp
index e689414c..22613eca 100644
--- a/ingen/client/BlockModel.hpp
+++ b/ingen/client/BlockModel.hpp
@@ -96,7 +96,7 @@ protected:
void add_child(SPtr<ObjectModel> c);
bool remove_child(SPtr<ObjectModel> c);
void add_port(SPtr<PortModel> pm);
- void remove_port(SPtr<PortModel> pm);
+ void remove_port(SPtr<PortModel> port);
void remove_port(const Raul::Path& port_path);
void set(SPtr<ObjectModel> model);