diff options
| author | bunnei <bunneidev@gmail.com> | 2021-05-04 19:51:08 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-04 19:51:08 -0700 |
| commit | 403cf6be696b44219e3612b773f5adcdf63c997e (patch) | |
| tree | 587ac77fbf0c4aa24c80710c802385bc4ac9b4d6 /src/core/hle/service/hid/controllers/touchscreen.h | |
| parent | df51eb9bdec5be189e0662ab81bc29277f3da343 (diff) | |
| parent | 9e726a9250033f5c8fbddd917c7779b808d99705 (diff) | |
Merge pull request #6281 from lioncash/shadow-field
service: Resolve cases of member field shadowing
Diffstat (limited to 'src/core/hle/service/hid/controllers/touchscreen.h')
| -rw-r--r-- | src/core/hle/service/hid/controllers/touchscreen.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/service/hid/controllers/touchscreen.h b/src/core/hle/service/hid/controllers/touchscreen.h index 784124e25..2869d0cfd 100644 --- a/src/core/hle/service/hid/controllers/touchscreen.h +++ b/src/core/hle/service/hid/controllers/touchscreen.h @@ -14,7 +14,7 @@ namespace Service::HID { class Controller_Touchscreen final : public ControllerBase { public: - explicit Controller_Touchscreen(Core::System& system); + explicit Controller_Touchscreen(Core::System& system_); ~Controller_Touchscreen() override; // Called when the controller is initialized |
