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/apm/apm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/hle/service/apm/apm.h') diff --git a/src/core/hle/service/apm/apm.h b/src/core/hle/service/apm/apm.h index ce6ac0f66..58472e189 100644 --- a/src/core/hle/service/apm/apm.h +++ b/src/core/hle/service/apm/apm.h @@ -11,8 +11,8 @@ namespace APM { class APM final : public ServiceFramework { public: - explicit APM(); - ~APM(); + APM(); + ~APM() = default; }; /// Registers all AM services with the specified service manager. -- cgit v1.2.3