summaryrefslogtreecommitdiffstats
path: root/src/PatchageCanvas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchageCanvas.hpp')
-rw-r--r--src/PatchageCanvas.hpp5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/PatchageCanvas.hpp b/src/PatchageCanvas.hpp
index e891cd3..4c729a1 100644
--- a/src/PatchageCanvas.hpp
+++ b/src/PatchageCanvas.hpp
@@ -44,13 +44,13 @@ public:
boost::shared_ptr<PatchageModule> find_module(const std::string& name, ModuleType type);
boost::shared_ptr<PatchagePort> find_port(const PortID& id);
-
+
boost::shared_ptr<PatchagePort> find_port_by_name(const std::string& client_name,
const std::string& port_name);
void connect(boost::shared_ptr<FlowCanvas::Connectable> port1,
boost::shared_ptr<FlowCanvas::Connectable> port2);
-
+
void disconnect(boost::shared_ptr<FlowCanvas::Connectable> port1,
boost::shared_ptr<FlowCanvas::Connectable> port2);
@@ -77,5 +77,4 @@ private:
ModuleIndex _module_index;
};
-
#endif // PATCHAGE_PATCHAGECANVAS_HPP