[Libreoffice-commits] online.git: wsd/DocumentBroker.hpp
Miklos Vajna (via logerrit)
logerrit at kemper.freedesktop.org
Thu Nov 21 16:42:35 UTC 2019
wsd/DocumentBroker.hpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0077b4ae6a7ef6d778186e836b362393ad3608a9
Author: Miklos Vajna <vmiklos at collabora.com>
AuthorDate: Thu Nov 21 17:28:19 2019 +0100
Commit: Miklos Vajna <vmiklos at collabora.com>
CommitDate: Thu Nov 21 17:42:08 2019 +0100
wsd: fix -Werror,-Wmismatched-tags
If it's a struct, then forward-declare as struct, not as class.
Change-Id: Ia78d7c1bee222bd1f499fe93aaf2dda9b81f423a
diff --git a/wsd/DocumentBroker.hpp b/wsd/DocumentBroker.hpp
index 8641fe123..5c0a83b07 100644
--- a/wsd/DocumentBroker.hpp
+++ b/wsd/DocumentBroker.hpp
@@ -36,7 +36,7 @@
// Forwards.
class PrisonerRequestDispatcher;
class DocumentBroker;
-class LockContext;
+struct LockContext;
class StorageBase;
class TileCache;
class Message;
More information about the Libreoffice-commits
mailing list