X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b5dbe15d0bacde245539f54c4d97af6b4696f01f..a721fd82b7ca8c97048453d4aaff559e8f741d69:/include/wx/generic/busyinfo.h?ds=sidebyside diff --git a/include/wx/generic/busyinfo.h b/include/wx/generic/busyinfo.h index c9a5a2c8cc..a48067b175 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 @@ -22,7 +23,7 @@ class WXDLLIMPEXP_FWD_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);