[Libreoffice-commits] online.git: Branch 'distro/collabora/collabora-online-1-0' - loolwsd/MasterProcessSession.cpp
Andras Timar
andras.timar at collabora.com
Tue Oct 11 20:32:35 UTC 2016
loolwsd/MasterProcessSession.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 521e6644a84e1bf8bf811ebf6c3dd86456639759
Author: Andras Timar <andras.timar at collabora.com>
Date: Tue Oct 11 22:32:02 2016 +0200
loolwsd: -Werror=shadow
diff --git a/loolwsd/MasterProcessSession.cpp b/loolwsd/MasterProcessSession.cpp
index ebcf741..f9b3e43 100644
--- a/loolwsd/MasterProcessSession.cpp
+++ b/loolwsd/MasterProcessSession.cpp
@@ -36,13 +36,13 @@ MasterProcessSession::MasterProcessSession(const std::string& id,
std::shared_ptr<Poco::Net::WebSocket> ws,
std::shared_ptr<DocumentBroker> docBroker,
std::shared_ptr<BasicTileQueue> queue,
- const bool isReadOnly) :
+ const bool readOnly) :
LOOLSession(id, kind, ws),
_curPart(0),
_loadPart(-1),
_docBroker(docBroker),
_queue(queue),
- _isReadOnly(isReadOnly)
+ _isReadOnly(readOnly)
{
Log::info("MasterProcessSession ctor [" + getName() + "].");
}
More information about the Libreoffice-commits
mailing list