aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui/EdgeView.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2007-06-06 02:51:08 +0000
committerDavid Robillard <d@drobilla.net>2007-06-06 02:51:08 +0000
commit2996898c6d9f931ddd25c8a3c4cc36651f1a1c8e (patch)
treeaae6ee09fa58f37e40893800330e79e1deb0d456 /src/gui/EdgeView.hpp
parentda22e8d2ae3beb4889e06c127f2c7fe9b34de79c (diff)
downloadmachina-2996898c6d9f931ddd25c8a3c4cc36651f1a1c8e.tar.gz
machina-2996898c6d9f931ddd25c8a3c4cc36651f1a1c8e.tar.bz2
machina-2996898c6d9f931ddd25c8a3c4cc36651f1a1c8e.zip
Nicer Flowcanvas naming.
git-svn-id: http://svn.drobilla.net/lad/machina@529 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/EdgeView.hpp')
-rw-r--r--src/gui/EdgeView.hpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/gui/EdgeView.hpp b/src/gui/EdgeView.hpp
index 8416ce1..6dbc611 100644
--- a/src/gui/EdgeView.hpp
+++ b/src/gui/EdgeView.hpp
@@ -24,12 +24,12 @@ namespace Machina { class Edge; }
class NodeView;
-class EdgeView : public LibFlowCanvas::Connection {
+class EdgeView : public FlowCanvas::Connection {
public:
- EdgeView(SharedPtr<LibFlowCanvas::FlowCanvas> canvas,
- SharedPtr<NodeView> src,
- SharedPtr<NodeView> dst,
- SharedPtr<Machina::Edge> edge);
+ EdgeView(SharedPtr<FlowCanvas::Canvas> canvas,
+ SharedPtr<NodeView> src,
+ SharedPtr<NodeView> dst,
+ SharedPtr<Machina::Edge> edge);
SharedPtr<Machina::Edge> edge() { return _edge; }