Shut up clang warning

This commit is contained in:
Eelco Dolstra 2016-10-19 15:02:48 +02:00
parent e5346c54df
commit 29727ff944
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ protected:
void getFile(const std::string & path,
std::function<void(std::shared_ptr<std::string>)> success,
std::function<void(std::exception_ptr exc)> failure)
std::function<void(std::exception_ptr exc)> failure) override
{
DownloadRequest request(cacheUri + "/" + path);
request.showProgress = DownloadRequest::no;