[Libreoffice-commits] core.git: include/vcl
Stephan Bergmann (via logerrit)
logerrit at kemper.freedesktop.org
Tue Feb 4 07:02:34 UTC 2020
include/vcl/controllayout.hxx | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
New commits:
commit 5d09b9042a306fa98d8eba4f918f43ebba5e4c02
Author: Stephan Bergmann <sbergman at redhat.com>
AuthorDate: Mon Feb 3 16:56:26 2020 +0100
Commit: Stephan Bergmann <sbergman at redhat.com>
CommitDate: Tue Feb 4 08:02:06 2020 +0100
Control must be a complete type here (Windows --disable-pch)
...because of ControlLayoutData::m_pParent member and implicitly defined copy/
move functions of VCL_DLLPUBLIC ControlLayoutData
Change-Id: I2328bd5128ac778f54fcaec204c92d28c505f040
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87897
Tested-by: Jenkins
Reviewed-by: Stephan Bergmann <sbergman at redhat.com>
diff --git a/include/vcl/controllayout.hxx b/include/vcl/controllayout.hxx
index 9f1cf50b40f2..3e311ba45306 100644
--- a/include/vcl/controllayout.hxx
+++ b/include/vcl/controllayout.hxx
@@ -23,10 +23,9 @@
#include <rtl/ustring.hxx>
#include <tools/gen.hxx>
#include <vector>
+#include <vcl/ctrl.hxx>
#include <vcl/dllapi.h>
-class Control;
-
namespace vcl
{
More information about the Libreoffice-commits
mailing list