kit/Kit.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 5a4e161c171fbf11b7fc0215d1025fd0ad2f265e
Author: Andras Timar <[email protected]>
AuthorDate: Fri Jul 24 08:27:17 2020 +0200
Commit: Andras Timar <[email protected]>
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();
}
}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits