Fixing loads of msvc warnings (mainly size_t vs int issues).
This commit is contained in:
@@ -32,7 +32,7 @@ public:
|
||||
|
||||
protected:
|
||||
virtual void InternalInit(const std::string &url, const std::string &targetFileName,
|
||||
const std::string &user, const std::string &password, int filesize);
|
||||
const std::string &user, const std::string &password, size_t filesize);
|
||||
};
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user