aboutsummaryrefslogtreecommitdiffstats
path: root/src/gui/NodeView.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-12-02 03:48:50 +0000
committerDavid Robillard <d@drobilla.net>2011-12-02 03:48:50 +0000
commitb89c3457bc2e072d1aca748424309ae3756db345 (patch)
treeee3a7ee4611d1399755d287a64da0bf5168295eb /src/gui/NodeView.hpp
parent4a2ad4c2bd0d4e96a2844272681a5560733a91b6 (diff)
downloadmachina-b89c3457bc2e072d1aca748424309ae3756db345.tar.gz
machina-b89c3457bc2e072d1aca748424309ae3756db345.tar.bz2
machina-b89c3457bc2e072d1aca748424309ae3756db345.zip
Ellipse => Node.
git-svn-id: http://svn.drobilla.net/lad/trunk/machina@3743 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'src/gui/NodeView.hpp')
-rw-r--r--src/gui/NodeView.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/gui/NodeView.hpp b/src/gui/NodeView.hpp
index b37b73b..a63f2ab 100644
--- a/src/gui/NodeView.hpp
+++ b/src/gui/NodeView.hpp
@@ -18,14 +18,14 @@
#ifndef MACHINA_NODEVIEW_HPP
#define MACHINA_NODEVIEW_HPP
-#include "flowcanvas/Ellipse.hpp"
+#include "flowcanvas/Node.hpp"
#include "client/ClientObject.hpp"
#include "machina/types.hpp"
class NodeView
- : public FlowCanvas::Ellipse
+ : public FlowCanvas::Node
, public Machina::Client::ClientObject::View {
public:
NodeView(Gtk::Window* window,