summaryrefslogtreecommitdiffstats
path: root/src/gui/Connection.hpp
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.hpp
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.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 aeb7a4c7..5eee2194 100644
--- a/src/gui/Connection.hpp
+++ b/src/gui/Connection.hpp
@@ -20,7 +20,7 @@
#include <cassert>
#include <string>
-#include "flowcanvas/Connection.hpp"
+#include "flowcanvas/Edge.hpp"
#include "raul/SharedPtr.hpp"
namespace Ingen {
@@ -34,7 +34,7 @@ namespace GUI {
*
* \ingroup GUI
*/
-class Connection : public FlowCanvas::Connection
+class Connection : public FlowCanvas::Edge
{
public:
Connection(FlowCanvas::Canvas& canvas,