From ad073846bce4c372e14e0b2fc827067df0e3e624 Mon Sep 17 00:00:00 2001 From: bunnei Date: Thu, 28 Dec 2017 15:27:30 -0500 Subject: service: Clean up apm/lm/applet_oe/controller/sm ctor/dtor. --- src/core/hle/service/sm/controller.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/hle/service/sm/controller.h') diff --git a/src/core/hle/service/sm/controller.h b/src/core/hle/service/sm/controller.h index bb5a815f8..e68676ab6 100644 --- a/src/core/hle/service/sm/controller.h +++ b/src/core/hle/service/sm/controller.h @@ -11,8 +11,8 @@ namespace SM { class Controller final : public ServiceFramework { public: - explicit Controller(); - ~Controller(); + Controller(); + ~Controller() = default; private: void ConvertSessionToDomain(Kernel::HLERequestContext& ctx); -- cgit v1.2.3