Merge pull request #5135 from Morph1984/applets-shadow

applets: Resolve variable shadowing
This commit is contained in:
bunnei 2020-12-08 17:43:59 -08:00 committed by GitHub
commit 05a703e15d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 19 additions and 19 deletions

View file

@ -136,7 +136,7 @@ void Auth::Execute() {
}
void Auth::AuthFinished(bool is_successful) {
this->successful = is_successful;
successful = is_successful;
struct Return {
ResultCode result_code;