loolwsd/ClientSession.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 96952ceafd4de83093b4aed78320f673d599fda8 Author: Pranav Kant <[email protected]> Date: Wed Nov 23 11:31:39 2016 +0530 loolwsd: unused param Change-Id: If74ccb603337971076e93c03ac28a9d8b5115f61 diff --git a/loolwsd/ClientSession.hpp b/loolwsd/ClientSession.hpp index 586b438..a8f2e51 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 documentOwner) { _isDocumentOwner = isDocumentOwner; } + void setDocumentOwner(const bool documentOwner) { _isDocumentOwner = documentOwner; } bool isDocumentOwner() const { return _isDocumentOwner; } /** _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
