From 8bd65303e23b27f60afd78b7f32b9f5cc2d9b139 Mon Sep 17 00:00:00 2001 From: Michele Caini Date: Wed, 18 Jan 2017 12:30:39 +0100 Subject: [PATCH] Update util.hpp --- src/uvw/util.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/uvw/util.hpp b/src/uvw/util.hpp index 8a410f81..c724a763 100644 --- a/src/uvw/util.hpp +++ b/src/uvw/util.hpp @@ -185,7 +185,7 @@ using RUsage = uv_rusage_t; struct Passwd { - Passwd(std::shared_ptr _passwd): passwd{_passwd} {} + Passwd(std::shared_ptr pwd): passwd{pwd} {} std::string username() const noexcept { return passwd->username; } Uid uid() const noexcept { return passwd->uid; }