BACKENDS: CLOUD: Fix overridden methods
This commit is contained in:
parent
ea10ec1c71
commit
65020829fc
4 changed files with 4 additions and 4 deletions
|
@ -123,7 +123,7 @@ void DownloadRequest::finishDownload(bool success) {
|
|||
(*_boolCallback)(Storage::BoolResponse(this, success));
|
||||
}
|
||||
|
||||
void DownloadRequest::finishError(Networking::ErrorResponse error) {
|
||||
void DownloadRequest::finishError(Networking::ErrorResponse error, Networking::RequestState state) {
|
||||
if (_localFile)
|
||||
_localFile->close();
|
||||
Request::finishError(error);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue