[Libreoffice-commits] core.git: include/vcl
Mike Kaganski (via logerrit)
logerrit at kemper.freedesktop.org
Thu Apr 1 11:19:38 UTC 2021
include/vcl/fileregistration.hxx | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)
New commits:
commit a2b1ee5b1229a5efdc90b9495cf4b6f56e3207b1
Author: Mike Kaganski <mike.kaganski at collabora.com>
AuthorDate: Thu Apr 1 12:14:38 2021 +0300
Commit: Mike Kaganski <mike.kaganski at 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.kaganski at 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
{
More information about the Libreoffice-commits
mailing list