summaryrefslogtreecommitdiffstats
path: root/src/gui/Connection.cpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-02 04:07:05 +0000
committerDavid Robillard <d@drobilla.net>2011-12-02 04:07:05 +0000
commitac472a5510b477085020e608a5bee5e8cd3816c8 (patch)
tree14f89fdf89eed14d7bec7396c5a4ba7be348fc41 /src/gui/Connection.cpp
parent71ec01c3749093df7dc7167467fb9e2c2f289669 (diff)
downloadingen-ac472a5510b477085020e608a5bee5e8cd3816c8.tar.gz
ingen-ac472a5510b477085020e608a5bee5e8cd3816c8.tar.bz2
ingen-ac472a5510b477085020e608a5bee5e8cd3816c8.zip
Connection => Edge.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3745 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/Connection.cpp')
-rw-r--r--src/gui/Connection.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/Connection.cpp b/src/gui/Connection.cpp
index 19cc4a14..e554de02 100644
--- a/src/gui/Connection.cpp
+++ b/src/gui/Connection.cpp
@@ -30,7 +30,7 @@ Connection::Connection(FlowCanvas::Canvas& canvas,
FlowCanvas::Joinable* src,
FlowCanvas::Joinable* dst,
uint32_t color)
- : FlowCanvas::Connection(canvas, src, dst, color)
+ : FlowCanvas::Edge(canvas, src, dst, color)
, _connection_model(model)
{
}