summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/apm/apm.h
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/core/hle/service/apm/apm.h4
1 files changed, 2 insertions, 2 deletions
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<APM> {
public:
- explicit APM();
- ~APM();
+ APM();
+ ~APM() = default;
};
/// Registers all AM services with the specified service manager.