summaryrefslogtreecommitdiffstats
path: root/src/server/GraphImpl.hpp
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2017-03-26 14:58:59 +0200
committerDavid Robillard <d@drobilla.net>2017-03-26 17:02:09 +0200
commit6268bb2accfdc0dcad6cb8b54ba56ec64609d474 (patch)
treebac1e45ab9e31c8cb1e3949b35e13ba03effd8f4 /src/server/GraphImpl.hpp
parent470936f0bf3535c688df5551025265916a5dee06 (diff)
downloadingen-6268bb2accfdc0dcad6cb8b54ba56ec64609d474.tar.gz
ingen-6268bb2accfdc0dcad6cb8b54ba56ec64609d474.tar.bz2
ingen-6268bb2accfdc0dcad6cb8b54ba56ec64609d474.zip
Remove NodeImpl class
Diffstat (limited to 'src/server/GraphImpl.hpp')
-rw-r--r--src/server/GraphImpl.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/GraphImpl.hpp b/src/server/GraphImpl.hpp
index 6064624a..8c6e3711 100644
--- a/src/server/GraphImpl.hpp
+++ b/src/server/GraphImpl.hpp
@@ -59,7 +59,7 @@ public:
virtual ~GraphImpl();
- virtual GraphType graph_type() const { return GraphType::GRAPH; }
+ virtual Node::GraphType graph_type() const { return Node::GraphType::GRAPH; }
BlockImpl* duplicate(Engine& engine,
const Raul::Symbol& symbol,