summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-01 00:35:41 +0000
committerDavid Robillard <d@drobilla.net>2011-12-01 00:35:41 +0000
commit5a227a3b6e43c48e2d0cfeda00d06ff175a08968 (patch)
tree2d1e182c452f945c3386bc92f33ec85cb6305ba2 /src
parenta11f349d1c0d617bbc4d3fb166d3bc2bd4809ee2 (diff)
downloadpatchage-5a227a3b6e43c48e2d0cfeda00d06ff175a08968.tar.gz
patchage-5a227a3b6e43c48e2d0cfeda00d06ff175a08968.tar.bz2
patchage-5a227a3b6e43c48e2d0cfeda00d06ff175a08968.zip
Remove width and height stuff from Item (not generic).
git-svn-id: http://svn.drobilla.net/lad/trunk/patchage@3713 a436a847-0d15-0410-975c-d299462d15a1
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;