X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/d1af991f497a5e95d8f8ab15a4e4a4a4c375928f..695237bccd652c60deba347117ba5ab32067880c:/include/wx/busyinfo.h diff --git a/include/wx/busyinfo.h b/include/wx/busyinfo.h index be907a80cd..37e7238cb6 100644 --- a/include/wx/busyinfo.h +++ b/include/wx/busyinfo.h @@ -24,7 +24,7 @@ #if wxUSE_BUSYINFO -class wxInfoFrame : public wxFrame +class WXDLLEXPORT wxInfoFrame : public wxFrame { public: wxInfoFrame(wxWindow *parent, const wxString& message); @@ -37,7 +37,7 @@ class wxInfoFrame : public wxFrame // Can be used in exactly same way as wxBusyCursor //-------------------------------------------------------------------------------- -class wxBusyInfo : public wxObject +class WXDLLEXPORT wxBusyInfo : public wxObject { public: wxBusyInfo(const wxString& message);