1
0
mirror of https://git.suyu.dev/suyu/suyu synced 2025-08-28 06:56:29 -05:00

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
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;