aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'typesystem.cpp')
-rw-r--r--typesystem.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/typesystem.cpp b/typesystem.cpp
index 267777564..4d4bdaca5 100644
--- a/typesystem.cpp
+++ b/typesystem.cpp
@@ -629,6 +629,7 @@ bool Handler::startElement(const QString &, const QString &n,
}
} else {
element->entry = new FunctionTypeEntry(name, signature);
+ element->entry->setCodeGeneration(m_generate);
}
}
break;