aboutsummaryrefslogtreecommitdiffstats
path: root/abstractmetabuilder.h
diff options
context:
space:
mode:
Diffstat (limited to 'abstractmetabuilder.h')
-rw-r--r--abstractmetabuilder.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/abstractmetabuilder.h b/abstractmetabuilder.h
index 893ebece4..b4a2863ac 100644
--- a/abstractmetabuilder.h
+++ b/abstractmetabuilder.h
@@ -117,7 +117,8 @@ public:
void traverseFields(ScopeModelItem item, AbstractMetaClass *parent);
void traverseStreamOperator(FunctionModelItem functionItem);
void traverseOperatorFunction(FunctionModelItem item);
- AbstractMetaFunction *traverseFunction(const AddedFunction& addedFunc);
+ AbstractMetaFunction* traverseFunction(const AddedFunction& addedFunc);
+ AbstractMetaFunction* traverseFunction(const AddedFunction& addedFunc, AbstractMetaClass* metaClass);
AbstractMetaFunction *traverseFunction(FunctionModelItem function);
AbstractMetaField *traverseField(VariableModelItem field, const AbstractMetaClass *cls);
void checkFunctionModifications();