wsd/AdminModel.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 5d3a2b3f561b83bbcb4d78277a531007fe873b18 Author: Miklos Vajna <[email protected]> AuthorDate: Mon Nov 25 15:02:02 2019 +0100 Commit: Miklos Vajna <[email protected]> CommitDate: Mon Nov 25 15:02:02 2019 +0100 wsd: fix -Werror,-Wmismatched-tags Change-Id: I863c75c5af9a19dda306f574b4e90c5da3399d1d diff --git a/wsd/AdminModel.hpp b/wsd/AdminModel.hpp index 4fd736b50..99ff6f2c1 100644 --- a/wsd/AdminModel.hpp +++ b/wsd/AdminModel.hpp @@ -21,7 +21,7 @@ #include "net/WebSocketHandler.hpp" #include "Util.hpp" -class DocumentAggregateStats; +struct DocumentAggregateStats; /// A client view in Admin controller. class View _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
