From aed884d121f666c1b347c9402ed9daa6ee3549e6 Mon Sep 17 00:00:00 2001 From: David Marcec Date: Sat, 21 Sep 2019 22:13:27 +1000 Subject: marked controller constructors as explicit --- src/core/hle/service/hid/controllers/touchscreen.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/service/hid/controllers/touchscreen.h') 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 -- cgit v1.2.3