diff options
Diffstat (limited to 'src/model/GraphNode.hpp')
-rw-r--r-- | src/model/GraphNode.hpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/model/GraphNode.hpp b/src/model/GraphNode.hpp index 8ce1a39..73d26a0 100644 --- a/src/model/GraphNode.hpp +++ b/src/model/GraphNode.hpp @@ -26,8 +26,7 @@ namespace ousia { namespace model { enum class GraphNodeType { - None, Domain, Class, Annotation, Structure, ClassCategory, - AnnotationCategory + Domain, Class, Annotation, Structure, ClassCategory, AnnotationCategory }; class GraphNode { |