forked from lix-project/lix
Shut up clang warning
This commit is contained in:
parent
e5346c54df
commit
29727ff944
|
@ -71,7 +71,7 @@ protected:
|
||||||
|
|
||||||
void getFile(const std::string & path,
|
void getFile(const std::string & path,
|
||||||
std::function<void(std::shared_ptr<std::string>)> success,
|
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);
|
DownloadRequest request(cacheUri + "/" + path);
|
||||||
request.showProgress = DownloadRequest::no;
|
request.showProgress = DownloadRequest::no;
|
||||||
|
|
Loading…
Reference in a new issue