include/vcl/fileregistration.hxx | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-)
New commits: commit a2b1ee5b1229a5efdc90b9495cf4b6f56e3207b1 Author: Mike Kaganski <mike.kagan...@collabora.com> AuthorDate: Thu Apr 1 12:14:38 2021 +0300 Commit: Mike Kaganski <mike.kagan...@collabora.com> CommitDate: Thu Apr 1 13:18:55 2021 +0200 This can be a simple forward declaration Change-Id: Iba4c19ee3c81c96dfd5e2ab6145ec6a6aec3a03f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/113444 Tested-by: Jenkins Reviewed-by: Mike Kaganski <mike.kagan...@collabora.com> diff --git a/include/vcl/fileregistration.hxx b/include/vcl/fileregistration.hxx index ad9ac876e9e8..68a0f26a813d 100644 --- a/include/vcl/fileregistration.hxx +++ b/include/vcl/fileregistration.hxx @@ -12,7 +12,11 @@ #include <sal/config.h> #include <vcl/dllapi.h> -#include <vcl/weld.hxx> + +namespace weld +{ +class Window; +} namespace vcl::fileregistration { _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits