aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--abstractmetabuilder.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/abstractmetabuilder.cpp b/abstractmetabuilder.cpp
index 44f03154e..f3636d594 100644
--- a/abstractmetabuilder.cpp
+++ b/abstractmetabuilder.cpp
@@ -1608,7 +1608,7 @@ AbstractMetaType* AbstractMetaBuilder::translateType(const AddedFunction::TypeIn
type = typeDb->findType(typeInfo.name);
if (!type)
- type = new TypeEntry(typeInfo.name, TypeEntry::TargetLangType);
+ type = new TypeEntry(typeInfo.name, TypeEntry::CustomType);
metaType->setTypeEntry(type);
metaType->setIndirections(typeInfo.indirections);