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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/net/download.h b/src/net/download.h
index cf7335d4..62110918 100644
--- a/src/net/download.h
+++ b/src/net/download.h
@@ -93,7 +93,7 @@ class Download
} mOptions;
std::string mFileName;
WriteFunction mWriteFunction;
- int64_t mAdler;
+ unsigned long mAdler;
DownloadUpdate mUpdateFunction;
SDL_Thread *mThread;
CURL *mCurl;