From c2efedab22275302f0a10cc197424d345a021d18 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sun, 17 Jun 2012 20:13:48 +0300 Subject: Replace SDL int types to C++ types. --- src/net/download.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/net/download.h') diff --git a/src/net/download.h b/src/net/download.h index 90e9777ae..021daae32 100644 --- a/src/net/download.h +++ b/src/net/download.h @@ -66,7 +66,7 @@ class Download */ void noCache(); - void setFile(const std::string &filename, Sint64 adler32 = -1); + void setFile(const std::string &filename, int64_t adler32 = -1); void setWriteFunction(WriteFunction write); -- cgit v1.2.3-60-g2f50