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/gesture.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/core/hle/service/hid/controllers/gesture.h') diff --git a/src/core/hle/service/hid/controllers/gesture.h b/src/core/hle/service/hid/controllers/gesture.h index b0f8794ba..396897527 100644 --- a/src/core/hle/service/hid/controllers/gesture.h +++ b/src/core/hle/service/hid/controllers/gesture.h @@ -12,7 +12,7 @@ namespace Service::HID { class Controller_Gesture final : public ControllerBase { public: - Controller_Gesture(Core::System& system); + explicit Controller_Gesture(Core::System& system); ~Controller_Gesture() override; // Called when the controller is initialized -- cgit v1.2.3