diff options
Diffstat (limited to 'src/server/GraphImpl.hpp')
-rw-r--r-- | src/server/GraphImpl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/GraphImpl.hpp b/src/server/GraphImpl.hpp index 2e534ca7..450318ba 100644 --- a/src/server/GraphImpl.hpp +++ b/src/server/GraphImpl.hpp @@ -58,7 +58,7 @@ public: virtual ~GraphImpl(); - virtual GraphType graph_type() const { return GRAPH; } + virtual GraphType graph_type() const { return GraphType::GRAPH; } void activate(BufferFactory& bufs); void deactivate(); |