summaryrefslogtreecommitdiff
path: root/src/net/download.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/net/download.h')
-rw-r--r--src/net/download.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/net/download.h b/src/net/download.h
index ce99b7b91..5affb0650 100644
--- a/src/net/download.h
+++ b/src/net/download.h
@@ -65,7 +65,8 @@ class Download final
*/
void noCache();
- void setFile(const std::string &filename, const int64_t adler32 = -1);
+ void setFile(const std::string &filename,
+ const int64_t adler32);
void setWriteFunction(WriteFunction write);