X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/936f635341e9b92b37db93cc7781d564babbe25f..a029059f92e75b1cff50d0c66be89e6b2b82c955:/include/wx/statusbr.h diff --git a/include/wx/statusbr.h b/include/wx/statusbr.h index d1f666a055..bccef6f403 100644 --- a/include/wx/statusbr.h +++ b/include/wx/statusbr.h @@ -37,7 +37,7 @@ WX_DECLARE_LIST(wxString, wxListString); // wxStatusBar: a window near the bottom of the frame used for status info // ---------------------------------------------------------------------------- -class WXDLLEXPORT wxStatusBarBase : public wxWindow +class WXDLLIMPEXP_CORE wxStatusBarBase : public wxWindow { public: wxStatusBarBase(); @@ -163,7 +163,7 @@ protected: #define wxStatusBarMac wxStatusBar #include "wx/generic/statusbr.h" - #include "wx/mac/statusbr.h" + #include "wx/osx/statusbr.h" #else #define wxStatusBarGeneric wxStatusBar