summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/model/Typesystem.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/model/Typesystem.cpp b/src/core/model/Typesystem.cpp
index 117b50a..76743e1 100644
--- a/src/core/model/Typesystem.cpp
+++ b/src/core/model/Typesystem.cpp
@@ -238,7 +238,7 @@ bool StructType::buildFromMap(Variant &data, Logger &logger, bool trim) const
Variant::arrayType arr;
std::vector<bool> set;
- // Fetch the size of the input map n and the number of attributes N
+ // Fetch the number of attributes N
const size_t N = attributes.size();
arr.resize(N);
set.resize(N);