diff options
Diffstat (limited to 'src/core/parser/stack')
-rw-r--r-- | src/core/parser/stack/OntologyHandler.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/parser/stack/OntologyHandler.cpp b/src/core/parser/stack/OntologyHandler.cpp index 0a33c97..0cd8140 100644 --- a/src/core/parser/stack/OntologyHandler.cpp +++ b/src/core/parser/stack/OntologyHandler.cpp @@ -108,7 +108,7 @@ void OntologyAnnotationHandler::end() { scope().pop(logger()); } bool OntologyAttributesHandler::startCommand(Variant::mapType &args) { - // Fetch the current typesystem and create the struct node + // Fetch the current descriptor and add the attributes descriptor Rooted<Descriptor> parent = scope().selectOrThrow<Descriptor>(); Rooted<StructType> attrDesc = parent->getAttributesDescriptor(); |