X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6bec54e1287b639f16efd4ed0a9aa7cf1a7dcb77..dbcbe229628c7667da2b6257198467d4f09ab28d:/src/common/tbarbase.cpp diff --git a/src/common/tbarbase.cpp b/src/common/tbarbase.cpp index 93e0bab7c7..dbce9ffff6 100644 --- a/src/common/tbarbase.cpp +++ b/src/common/tbarbase.cpp @@ -28,8 +28,9 @@ #pragma hdrstop #endif +#if wxUSE_TOOLBAR + #ifndef WX_PRECOMP - #include "wx/wx.h" #endif #include "wx/frame.h" @@ -39,22 +40,18 @@ #include #endif -#if wxUSE_TOOLBAR - #include "wx/tbarbase.h" // ---------------------------------------------------------------------------- // wxWindows macros // ---------------------------------------------------------------------------- -#if !USE_SHARED_LIBRARY - BEGIN_EVENT_TABLE(wxToolBarBase, wxControl) - EVT_IDLE(wxToolBarBase::OnIdle) - END_EVENT_TABLE() -#endif - IMPLEMENT_CLASS(wxToolBarBase, wxControl) +BEGIN_EVENT_TABLE(wxToolBarBase, wxControl) + EVT_IDLE(wxToolBarBase::OnIdle) +END_EVENT_TABLE() + #include "wx/listimpl.cpp" WX_DEFINE_LIST(wxToolBarToolsList);