summaryrefslogtreecommitdiff
path: root/src/core/model
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/model')
-rw-r--r--src/core/model/Typesystem.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/model/Typesystem.hpp b/src/core/model/Typesystem.hpp
index d58a98f..9f9470e 100644
--- a/src/core/model/Typesystem.hpp
+++ b/src/core/model/Typesystem.hpp
@@ -1012,7 +1012,7 @@ public:
*/
std::vector<VariantType> getVariantTypes() const override
{
- return {VariantType::ARRAY, VariantType::MAP};
+ return {VariantType::MAP};
}
};