loolwsd/ClientSession.hpp |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 81e4b052beda012219a5990dfed222f518b899a3
Author: Pranav Kant <pran...@collabora.co.uk>
Date:   Wed Nov 23 11:15:05 2016 +0530

    loolwsd: -Werror=shadow
    
    Change-Id: If346299e76e50eabde65a4c3aab7b529a8c09148

diff --git a/loolwsd/ClientSession.hpp b/loolwsd/ClientSession.hpp
index 5349caa..586b438 100644
--- a/loolwsd/ClientSession.hpp
+++ b/loolwsd/ClientSession.hpp
@@ -40,7 +40,7 @@ public:
     const std::string getUserId() const { return _userId; }
     void setUserId(const std::string& userId) { _userId = userId; }
     void setUserName(const std::string& userName) { _userName = userName; }
-    void setDocumentOwner(const bool isDocumentOwner) { _isDocumentOwner = 
isDocumentOwner; }
+    void setDocumentOwner(const bool documentOwner) { _isDocumentOwner = 
isDocumentOwner; }
     bool isDocumentOwner() const { return _isDocumentOwner; }
 
     /**
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to