[Libreoffice-commits] online.git: Branch 'libreoffice-7-0' - kit/Kit.cpp
Andras Timar (via logerrit)
logerrit at kemper.freedesktop.org
Fri Jul 24 06:27:56 UTC 2020
kit/Kit.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5a4e161c171fbf11b7fc0215d1025fd0ad2f265e
Author: Andras Timar <andras.timar at collabora.com>
AuthorDate: Fri Jul 24 08:27:17 2020 +0200
Commit: Andras Timar <andras.timar at collabora.com>
CommitDate: Fri Jul 24 08:27:17 2020 +0200
build fix, _ksPoll is a reference on this branch
Change-Id: Ibb14a5367daa51e8f051ce2f87bcbbfa20ac131a
diff --git a/kit/Kit.cpp b/kit/Kit.cpp
index 6e1b1a8e1..fc8b0e44f 100644
--- a/kit/Kit.cpp
+++ b/kit/Kit.cpp
@@ -2358,9 +2358,9 @@ protected:
{
WebSocketHandler::enableProcessInput(enable);
// Wake up poll to process data from socket input buffer
- if (enable && _ksPoll)
+ if (enable)
{
- _ksPoll->wakeup();
+ _ksPoll.wakeup();
}
}
More information about the Libreoffice-commits
mailing list