summaryrefslogtreecommitdiffstats
path: root/src/gui/Connection.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-30 21:49:37 +0000
committerDavid Robillard <d@drobilla.net>2011-11-30 21:49:37 +0000
commit22b2c802b1a39f72ea431a8a0ace1a1a3ae6048f (patch)
tree1c307b501a9f7e9b09fce03eb2a995a09e3c0386 /src/gui/Connection.hpp
parentf86930bfeb22428acdb712ab4fd98b77d1bbb2e8 (diff)
downloadingen-22b2c802b1a39f72ea431a8a0ace1a1a3ae6048f.tar.gz
ingen-22b2c802b1a39f72ea431a8a0ace1a1a3ae6048f.tar.bz2
ingen-22b2c802b1a39f72ea431a8a0ace1a1a3ae6048f.zip
Connectable => Joinable.
git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3706 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/Connection.hpp')
-rw-r--r--src/gui/Connection.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/Connection.hpp b/src/gui/Connection.hpp
index 395f5e62..aeb7a4c7 100644
--- a/src/gui/Connection.hpp
+++ b/src/gui/Connection.hpp
@@ -39,8 +39,8 @@ class Connection : public FlowCanvas::Connection
public:
Connection(FlowCanvas::Canvas& canvas,
boost::shared_ptr<const ConnectionModel> model,
- FlowCanvas::Connectable* src,
- FlowCanvas::Connectable* dst,
+ FlowCanvas::Joinable* src,
+ FlowCanvas::Joinable* dst,
uint32_t color);
SharedPtr<const ConnectionModel> model() const { return _connection_model; }