aboutsummaryrefslogtreecommitdiffstats
path: root/generator/cppgenerator.h
diff options
context:
space:
mode:
Diffstat (limited to 'generator/cppgenerator.h')
-rw-r--r--generator/cppgenerator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/generator/cppgenerator.h b/generator/cppgenerator.h
index f0548931e..b6ce72ce7 100644
--- a/generator/cppgenerator.h
+++ b/generator/cppgenerator.h
@@ -100,7 +100,7 @@ private:
* \param newType It is set to true if the type returned is a new object that must be deallocated.
* \return The type of the argument indicated by \p argPos.
*/
- const AbstractMetaType* getArgumentType(const AbstractMetaFunction* func, int argPos, bool* newType);
+ const AbstractMetaType* getArgumentType(const AbstractMetaFunction* func, int argPos);
void writePythonToCppTypeConversion(QTextStream& s,
const AbstractMetaType* type,