X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4d0c0756e1097b4874cfe4d13afe6090987702ef..2910dac85f655c9beae54b3d5c723237eda3e6f6:/src/common/tbarbase.cpp diff --git a/src/common/tbarbase.cpp b/src/common/tbarbase.cpp index aac6b6ae94..dedda6cf6b 100644 --- a/src/common/tbarbase.cpp +++ b/src/common/tbarbase.cpp @@ -29,7 +29,7 @@ #include #endif -#if USE_TOOLBAR +#if wxUSE_TOOLBAR #include "wx/tbarbase.h" @@ -615,7 +615,7 @@ void wxToolBarBase::AdjustScrollbars(void) // Default OnSize resets scrollbars, if any void wxToolBarBase::OnSize(wxSizeEvent& event) { -#if USE_CONSTRAINTS +#if wxUSE_CONSTRAINTS if (GetAutoLayout()) Layout(); #endif