summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/lm/lm.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/hle/service/lm/lm.h')
-rw-r--r--src/core/hle/service/lm/lm.h4
1 files changed, 2 insertions, 2 deletions
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<LM> {
public:
- explicit LM();
- ~LM();
+ LM();
+ ~LM() = default;
private:
void Initialize(Kernel::HLERequestContext& ctx);