From 912afe4f2aaef179e55fb31f4d656a693e4c367c Mon Sep 17 00:00:00 2001 From: Kai Koehne Date: Thu, 13 Mar 2014 11:12:50 +0100 Subject: Fix compilation failure in configure.exe Fix regression introduced in (incomplete) commit 95f256d21dd. Change-Id: I319f214a38134b5b97164ec61b2ae482e6542b86 Reviewed-by: Friedemann Kleint --- tools/configure/environment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/configure/environment.h b/tools/configure/environment.h index 1b99ce3f27..e918dc81c5 100644 --- a/tools/configure/environment.h +++ b/tools/configure/environment.h @@ -66,7 +66,7 @@ public: static Compiler detectCompiler(); static QString detectQMakeSpec(); static bool detectExecutable(const QString &executable); - static int detectGPlusPlusVersion(const QString &executable, bool *is64bit); + static int detectGPlusPlusVersion(const QString &executable); static QString readProcessStandardOutput(const QString &commandLine); static int execute(QStringList arguments, const QStringList &additionalEnv, const QStringList &removeEnv); -- cgit v1.2.3