loolwsd/LOOLForKit.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
New commits: commit 0f82a3a6ae0eea47a7ea2ffc7c79882448fb1c16 Author: Miklos Vajna <[email protected]> Date: Mon Apr 18 08:41:19 2016 +0200 loolwsd: fix -Werror,-Wshadow Change-Id: I33095de03e5f3df3ed8919121f6a078f80c26ae9 diff --git a/loolwsd/LOOLForKit.cpp b/loolwsd/LOOLForKit.cpp index ad2c6fe..b013c51 100644 --- a/loolwsd/LOOLForKit.cpp +++ b/loolwsd/LOOLForKit.cpp @@ -55,8 +55,8 @@ static int pipeFd = -1; class ChildDispatcher : public IoUtil::PipeReader { public: - ChildDispatcher(const int pipeFd) : - PipeReader("wsd_pipe_rd", pipeFd) + ChildDispatcher(const int pipe) : + PipeReader("wsd_pipe_rd", pipe) { } _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
