diff options
Diffstat (limited to 'src/definition.h')
-rw-r--r-- | src/definition.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/definition.h b/src/definition.h index c9c8d69..9b006d5 100644 --- a/src/definition.h +++ b/src/definition.h @@ -48,7 +48,7 @@ class Definition enum DefType { TypeClass, TypeMember, TypeFile, TypeGroup, - TypeNamespace, TypePackage, TypePage + TypeNamespace, TypePackage, TypePage, TypeDir }; /*! Use this for dynamic inspection of the type of the derived class */ virtual DefType definitionType() = 0; |