diff options
Diffstat (limited to 'src/PatchageModule.cpp')
-rw-r--r-- | src/PatchageModule.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/PatchageModule.cpp b/src/PatchageModule.cpp index 9cdcb7a..e19418b 100644 --- a/src/PatchageModule.cpp +++ b/src/PatchageModule.cpp @@ -112,14 +112,14 @@ PatchageModule::join() } void -PatchageModule::add_port(boost::shared_ptr<FlowCanvas::Port> port) +PatchageModule::add_port(FlowCanvas::Port* port) { FlowCanvas::Module::add_port(port); update_menu(); } void -PatchageModule::remove_port(boost::shared_ptr<FlowCanvas::Port> port) +PatchageModule::remove_port(FlowCanvas::Port* port) { FlowCanvas::Module::remove_port(port); update_menu(); |