summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/PatchageCanvas.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/PatchageCanvas.cpp b/src/PatchageCanvas.cpp
index acd2b74..c1471c8 100644
--- a/src/PatchageCanvas.cpp
+++ b/src/PatchageCanvas.cpp
@@ -296,7 +296,7 @@ PatchageCanvas::make_connection(FlowCanvas::Joinable* tail,
{
FlowCanvas::Connection* c = new FlowCanvas::Connection(
*this, tail, head, color);
- c->signal_event.connect(
+ c->signal_event().connect(
sigc::bind<0>(sigc::mem_fun(*this, &PatchageCanvas::on_connection_event),
c));
return true;