diff options
| author | David Marcec <dmarcecguzman@gmail.com> | 2019-09-21 22:13:27 +1000 |
|---|---|---|
| committer | David Marcec <dmarcecguzman@gmail.com> | 2019-09-22 16:41:38 +1000 |
| commit | aed884d121f666c1b347c9402ed9daa6ee3549e6 (patch) | |
| tree | 40d0ae80f2bf1ca6c21ed8959941256898f70ae9 /src/core/hle/service/hid/controllers/touchscreen.h | |
| parent | bd1c4ec9a008af9654385ce4f7a96b81a52c9ff6 (diff) | |
marked controller constructors as explicit
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 2e8383b80..3429c84db 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: - Controller_Touchscreen(Core::System& system); + explicit Controller_Touchscreen(Core::System& system); ~Controller_Touchscreen() override; // Called when the controller is initialized |
