applets: Resolve variable shadowing

This commit is contained in:
Morph 2020-12-05 08:37:13 -05:00
parent fe9823a520
commit 6efd390668
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;