diff --git a/src/core/hle/service/am/applet_ae.cpp b/src/core/hle/service/am/applet_ae.cpp index 2bf6a5185a..7ce551de37 100644 --- a/src/core/hle/service/am/applet_ae.cpp +++ b/src/core/hle/service/am/applet_ae.cpp @@ -97,7 +97,7 @@ private: class ISystemAppletProxy final : public ServiceFramework { public: - ISystemAppletProxy(std::shared_ptr nvflinger) + explicit ISystemAppletProxy(std::shared_ptr nvflinger) : ServiceFramework("ISystemAppletProxy"), nvflinger(std::move(nvflinger)) { static const FunctionInfo functions[] = { {0, &ISystemAppletProxy::GetCommonStateGetter, "GetCommonStateGetter"},