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