From bff023f172d6f9728af27773d0b5fc6e06508d95 Mon Sep 17 00:00:00 2001 From: Julian Smart Date: Wed, 26 Sep 2007 06:41:11 +0000 Subject: [PATCH] Added forward declaration for wxWindow git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@48947 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/generic/busyinfo.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/generic/busyinfo.h b/include/wx/generic/busyinfo.h index c9a5a2c8cc..feaa431831 100644 --- a/include/wx/generic/busyinfo.h +++ b/include/wx/generic/busyinfo.h @@ -15,6 +15,7 @@ #if wxUSE_BUSYINFO class WXDLLIMPEXP_FWD_CORE wxFrame; +class WXDLLIMPEXP_FWD_CORE wxWindow; //-------------------------------------------------------------------------------- // wxBusyInfo -- 2.45.2