aboutsummaryrefslogtreecommitdiffstats
path: root/generator.h
diff options
context:
space:
mode:
Diffstat (limited to 'generator.h')
-rw-r--r--generator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator.h b/generator.h
index 093cbbb4b..d8f600cbf 100644
--- a/generator.h
+++ b/generator.h
@@ -238,7 +238,7 @@ protected:
AbstractMetaFunctionList filterFunctions(const AbstractMetaClass *cppClass);
AbstractMetaFunctionList queryFunctions(const AbstractMetaClass *cpp_class, bool all_function = false);
AbstractMetaFunctionList queryGlobalOperators(const AbstractMetaClass *cpp_class);
- AbstractMetaFunctionList sortContructor(AbstractMetaFunctionList list);
+ AbstractMetaFunctionList sortConstructor(AbstractMetaFunctionList list);
virtual bool doSetup(const QMap<QString, QString>& args) = 0;