OSDN Git Service

Updated Wget parameters for latest Wget version.
[mutilities/MUtilities.git] / include / MUtils / UpdateChecker.h
index 8ceea53..05ed04d 100644 (file)
@@ -128,7 +128,7 @@ namespace MUtils
                bool parseVersionInfo(const QString &file, UpdateCheckerInfo *updateInfo);
 
                bool getFile(const QString &url, const QString &outFile, const unsigned int maxRedir = 5U, bool *httpOk = NULL);
-               bool getFile(const QString &url, const bool forceIp4, const QString &outFile, const unsigned int maxRedir, bool *httpOk);
+               bool getFile(const QString &url, const bool forceIp4, const QString &outFile, const unsigned int maxRedir = 5U, bool *httpOk = NULL);
                bool checkSignature(const QString &file, const QString &signature);
                bool tryUpdateMirror(UpdateCheckerInfo *updateInfo, const QString &url);
        };