]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/busyinfo.h
use a single wxBookCtrlEvent class for all wxBookCtrlBase-derived controls (#9667)
[wxWidgets.git] / include / wx / generic / busyinfo.h
index c9a5a2c8ccb131eebda1c6f874a94f6e2ffb4a2b..a48067b1752aa9ed764765a8f2481eaba27e9e89 100644 (file)
@@ -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);