From f236e4d7401d55d18707ac3374f913ada41e5b7b Mon Sep 17 00:00:00 2001 From: Benjamin Paassen Date: Thu, 9 Apr 2015 16:02:21 +0200 Subject: added serialization support for attributes descriptors. --- src/core/parser/stack/OntologyHandler.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/parser') 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 parent = scope().selectOrThrow(); Rooted attrDesc = parent->getAttributesDescriptor(); -- cgit v1.2.3