aboutsummaryrefslogtreecommitdiffstats
path: root/typesystem.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'typesystem.cpp')
-rw-r--r--typesystem.cpp6
1 files changed, 6 insertions, 0 deletions
diff --git a/typesystem.cpp b/typesystem.cpp
index 9a31a8da5..bed0b3512 100644
--- a/typesystem.cpp
+++ b/typesystem.cpp
@@ -1994,6 +1994,12 @@ QString FunctionModification::toString() const
return str;
}
+AddedFunction::AddedFunction(QString signature, TypeEntry* returnType)
+ : m_returnType(returnType)
+{
+
+}
+
/*
static void injectCode(ComplexTypeEntry *e,
const char *signature,