X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3304646d0657d889ad676485a4b635e2032b0038..fc2d42090058bb7ebb9545b857a9a435ecbdd876:/src/common/statbar.cpp diff --git a/src/common/statbar.cpp b/src/common/statbar.cpp index 8e51e041ba..e1c4fd3dff 100644 --- a/src/common/statbar.cpp +++ b/src/common/statbar.cpp @@ -24,17 +24,19 @@ #pragma hdrstop #endif +#if wxUSE_STATUSBAR + #include "wx/statusbr.h" #ifndef WX_PRECOMP #include "wx/frame.h" #endif //WX_PRECOMP -#if wxUSE_STATUSBAR - #include "wx/listimpl.cpp" WX_DEFINE_LIST(wxListString) +const wxChar wxStatusBarNameStr[] = wxT("statusBar"); + // ============================================================================ // wxStatusBarBase implementation // ============================================================================