X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bff023f172d6f9728af27773d0b5fc6e06508d95..5a5f305a0f1cdd740d7ca299764755a62108fbda:/include/wx/generic/busyinfo.h?ds=sidebyside diff --git a/include/wx/generic/busyinfo.h b/include/wx/generic/busyinfo.h index feaa431831..a48067b175 100644 --- a/include/wx/generic/busyinfo.h +++ b/include/wx/generic/busyinfo.h @@ -23,7 +23,7 @@ class WXDLLIMPEXP_FWD_CORE wxWindow; // 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);