diff options
Diffstat (limited to 'src/server/BlockImpl.hpp')
-rw-r--r-- | src/server/BlockImpl.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/server/BlockImpl.hpp b/src/server/BlockImpl.hpp index a94278b5..15d5a46e 100644 --- a/src/server/BlockImpl.hpp +++ b/src/server/BlockImpl.hpp @@ -66,7 +66,7 @@ public: virtual ~BlockImpl(); - virtual GraphType graph_type() const { return BLOCK; } + virtual GraphType graph_type() const { return GraphType::BLOCK; } /** Activate this Block. * |