summaryrefslogtreecommitdiffstats
path: root/tools/configure/tools.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/configure/tools.h')
-rw-r--r--tools/configure/tools.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/configure/tools.h b/tools/configure/tools.h
index e520e22371..888a5e07b5 100644
--- a/tools/configure/tools.h
+++ b/tools/configure/tools.h
@@ -51,7 +51,7 @@ class Tools
{
public:
static void checkLicense(QMap<QString,QString> &dictionary, QMap<QString,QString> &licenseInfo,
- const QString &path);
+ const QString &path, const QString &sourcePath);
};
#endif // _TOOLS_H_