X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/95d00805e0c50ec408a04a04431f6a7c91ce38b1..fa3d4aaf0fdffa51372d15f17862cb7081687107:/include/wx/generic/busyinfo.h diff --git a/include/wx/generic/busyinfo.h b/include/wx/generic/busyinfo.h index 0151a76b3b..a48067b175 100644 --- a/include/wx/generic/busyinfo.h +++ b/include/wx/generic/busyinfo.h @@ -14,7 +14,8 @@ #if wxUSE_BUSYINFO -class WXDLLIMPEXP_CORE wxFrame; +class WXDLLIMPEXP_FWD_CORE wxFrame; +class WXDLLIMPEXP_FWD_CORE wxWindow; //-------------------------------------------------------------------------------- // wxBusyInfo @@ -22,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);