aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui/EdgeView.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-06 21:01:38 +0000
committerDavid Robillard <d@drobilla.net>2011-12-06 21:01:38 +0000
commitb56673b6a22b7084400c62073dcec145fc8eb5fc (patch)
tree44aad5e04aed554dc0905413a218b3a83b0b384f /src/gui/EdgeView.hpp
parente4b4753e1834811bdfab539eb1171838fb68c558 (diff)
downloadmachina-b56673b6a22b7084400c62073dcec145fc8eb5fc.tar.gz
machina-b56673b6a22b7084400c62073dcec145fc8eb5fc.tar.bz2
machina-b56673b6a22b7084400c62073dcec145fc8eb5fc.zip
FlowCanvas's successor is hereby dubbed Ganv.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3820 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/EdgeView.hpp')
-rw-r--r--src/gui/EdgeView.hpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gui/EdgeView.hpp b/src/gui/EdgeView.hpp
index 00f9bdb..bb9b478 100644
--- a/src/gui/EdgeView.hpp
+++ b/src/gui/EdgeView.hpp
@@ -18,7 +18,7 @@
#ifndef MACHINA_EDGEVIEW_HPP
#define MACHINA_EDGEVIEW_HPP
-#include "flowcanvas/Edge.hpp"
+#include "ganv/Edge.hpp"
#include "client/ClientObject.hpp"
@@ -27,10 +27,10 @@
class NodeView;
class EdgeView
- : public FlowCanvas::Edge
+ : public Ganv::Edge
, public Machina::Client::ClientObject::View {
public:
- EdgeView(FlowCanvas::Canvas& canvas,
+ EdgeView(Ganv::Canvas& canvas,
SharedPtr<NodeView> src,
SharedPtr<NodeView> dst,
SharedPtr<Machina::Client::ClientObject> edge);