X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b1a39f47f8e4e9662ecdecab8f38fca1342202a7..f7a11f8c8e665992e2d1956b2b89d2f562c92669:/src/common/tbarsmpl.cpp?ds=sidebyside diff --git a/src/common/tbarsmpl.cpp b/src/common/tbarsmpl.cpp index e973cfdedb..6feed67f31 100644 --- a/src/common/tbarsmpl.cpp +++ b/src/common/tbarsmpl.cpp @@ -21,7 +21,10 @@ #endif #ifndef WX_PRECOMP -#include "wx/wx.h" +#include "wx/settings.h" +#include "wx/window.h" +#include "wx/dcclient.h" +#include "wx/dcmemory.h" #endif #if wxUSE_TOOLBAR @@ -364,7 +367,7 @@ void wxToolBarSimple::SpringUpButton(int index) } } -void wxToolBarSimple::Layout(void) +void wxToolBarSimple::LayoutTools(void) { m_currentRowsOrColumns = 0; m_lastX = m_xMargin;