From d137d4444d135a22081f8702b628aee6b9672875 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 2 Dec 2011 20:31:14 +0000 Subject: Joinable => Node. git-svn-id: http://svn.drobilla.net/lad/trunk/ingen@3751 a436a847-0d15-0410-975c-d299462d15a1 --- src/gui/Connection.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/gui/Connection.hpp') diff --git a/src/gui/Connection.hpp b/src/gui/Connection.hpp index 5eee2194..bae9f4aa 100644 --- a/src/gui/Connection.hpp +++ b/src/gui/Connection.hpp @@ -39,8 +39,8 @@ class Connection : public FlowCanvas::Edge public: Connection(FlowCanvas::Canvas& canvas, boost::shared_ptr model, - FlowCanvas::Joinable* src, - FlowCanvas::Joinable* dst, + FlowCanvas::Node* src, + FlowCanvas::Node* dst, uint32_t color); SharedPtr model() const { return _connection_model; } -- cgit v1.2.1