From 132025f34416a7f59ad86f8ab9a8696bbd141b4c Mon Sep 17 00:00:00 2001 From: Paul Cornett Date: Tue, 24 Oct 2006 16:43:45 +0000 Subject: [PATCH] wx/window.h not needed git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@42350 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/private/overlay.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/wx/private/overlay.h b/include/wx/private/overlay.h index c38ed99036..a811441fbf 100644 --- a/include/wx/private/overlay.h +++ b/include/wx/private/overlay.h @@ -27,7 +27,8 @@ #else // !wxHAS_NATIVE_OVERLAY #include "wx/bitmap.h" -#include "wx/window.h" + +class WXDLLIMPEXP_CORE wxWindow; // generic implementation of wxOverlay class wxOverlayImpl -- 2.45.2