diff options
author | Benjamin Paassen <bpaassen@techfak.uni-bielefeld.de> | 2015-04-09 16:02:21 +0200 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2016-04-25 22:19:35 +0200 |
commit | f236e4d7401d55d18707ac3374f913ada41e5b7b (patch) | |
tree | 7770f397b4ce2487ae19ed11143583f7d44e3af2 /src/core/parser/stack/OntologyHandler.cpp | |
parent | f98526eb42909efbc8b2b4f85dfbfd588e25f515 (diff) |
added serialization support for attributes descriptors.
Diffstat (limited to 'src/core/parser/stack/OntologyHandler.cpp')
-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(); |