X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7ba00e77a3f69941d6a2050e67bdfff38b3238e..6689960c3cea91383a8ce78de01cb30d1ddc54ef:/include/wx/generic/busyinfo.h?ds=sidebyside diff --git a/include/wx/generic/busyinfo.h b/include/wx/generic/busyinfo.h index 143d7bd375..a48067b175 100644 --- a/include/wx/generic/busyinfo.h +++ b/include/wx/generic/busyinfo.h @@ -12,11 +12,10 @@ #include "wx/defs.h" -#include "wx/frame.h" - #if wxUSE_BUSYINFO -class WXDLLIMPEXP_CORE wxFrame; +class WXDLLIMPEXP_FWD_CORE wxFrame; +class WXDLLIMPEXP_FWD_CORE wxWindow; //-------------------------------------------------------------------------------- // wxBusyInfo @@ -24,7 +23,7 @@ class WXDLLIMPEXP_CORE wxFrame; // Can be used in exactly same way as wxBusyCursor //-------------------------------------------------------------------------------- -class WXDLLEXPORT wxBusyInfo : public wxObject +class WXDLLIMPEXP_CORE wxBusyInfo : public wxObject { public: wxBusyInfo(const wxString& message, wxWindow *parent = NULL);