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/lm/lm.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core/hle/service/lm/lm.h') diff --git a/src/core/hle/service/lm/lm.h b/src/core/hle/service/lm/lm.h index 05a92f712..a86798f19 100644 --- a/src/core/hle/service/lm/lm.h +++ b/src/core/hle/service/lm/lm.h @@ -14,8 +14,8 @@ namespace LM { class LM final : public ServiceFramework { public: - explicit LM(); - ~LM(); + LM(); + ~LM() = default; private: void Initialize(Kernel::HLERequestContext& ctx); -- cgit v1.2.3