diff options
Diffstat (limited to 'src/PatchageCanvas.cpp')
-rw-r--r-- | src/PatchageCanvas.cpp | 2 |
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; |