Skip to content

Commit

Permalink
Merge pull request #1062 from meganz/hotfix/ios_compilation
Browse files Browse the repository at this point in the history
Fix iOS compilation
  • Loading branch information
javiserrano authored May 11, 2018
2 parents ed6bf03 + 0c19593 commit 0393276
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings/ios/MEGASdk.mm
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,7 @@ - (void)logout {
}

- (void)localLogoutWithDelegate:(id<MEGARequestDelegate>)delegate {
self.megaApi->localLogout([self createDelegateMEGARequestListener:delegate singleListener:self]);
self.megaApi->localLogout([self createDelegateMEGARequestListener:delegate singleListener:YES]);
}

- (void)localLogout {
Expand Down

0 comments on commit 0393276

Please sign in to comment.