From c196c4b124547ccf7b93c3f7e99d72a8e5536ea5 Mon Sep 17 00:00:00 2001 From: Hexagon12 Date: Tue, 1 May 2018 20:32:57 +0300 Subject: [PATCH] Addressed comment --- src/core/hle/service/am/applet_ae.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"},