diff options
Diffstat (limited to 'src/PatchageCanvas.hpp')
-rw-r--r-- | src/PatchageCanvas.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/PatchageCanvas.hpp b/src/PatchageCanvas.hpp index 4889e9c..ae1af8d 100644 --- a/src/PatchageCanvas.hpp +++ b/src/PatchageCanvas.hpp @@ -63,9 +63,9 @@ public: void add_module(const std::string& name, PatchageModule* module); - bool add_connection(FlowCanvas::Connectable* tail, - FlowCanvas::Connectable* head, - uint32_t color); + bool make_connection(FlowCanvas::Connectable* tail, + FlowCanvas::Connectable* head, + uint32_t color); void remove_port(const PortID& id); |