Addressed comment

This commit is contained in:
Hexagon12
2018-05-01 20:32:57 +03:00
parent ccf5950c37
commit c196c4b124

View File

@@ -97,7 +97,7 @@ private:
class ISystemAppletProxy final : public ServiceFramework<ISystemAppletProxy> {
public:
ISystemAppletProxy(std::shared_ptr<NVFlinger::NVFlinger> nvflinger)
explicit ISystemAppletProxy(std::shared_ptr<NVFlinger::NVFlinger> nvflinger)
: ServiceFramework("ISystemAppletProxy"), nvflinger(std::move(nvflinger)) {
static const FunctionInfo functions[] = {
{0, &ISystemAppletProxy::GetCommonStateGetter, "GetCommonStateGetter"},