[Libreoffice-commits] online.git: wsd/DocumentBroker.cpp
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Tue May 21 07:14:36 UTC 2019
wsd/DocumentBroker.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 73108db91330d049afa5520e9f82a99846737d4d
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Tue May 21 09:13:13 2019 +0200
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Tue May 21 09:13:13 2019 +0200
wsd: fix -Werror,-Winconsistent-missing-override
Change-Id: Ide9921e410a8e1401a25b85fda04de1b5a45617a
diff --git a/wsd/DocumentBroker.cpp b/wsd/DocumentBroker.cpp
index a2fb6f2ab..6779473a4 100644
--- a/wsd/DocumentBroker.cpp
+++ b/wsd/DocumentBroker.cpp
@@ -159,7 +159,7 @@ public:
return TerminatingPoll::continuePolling();
}
- virtual void pollingThread()
+ void pollingThread() override
{
// Delegate to the docBroker.
_docBroker.pollThread();
More information about the Libreoffice-commits
mailing list