X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/936f635341e9b92b37db93cc7781d564babbe25f..8758875e0b001444cb677906e68912cb455ab275:/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