X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/46ccb5107ff22cb5cc1b36ef2a28ea1e31b0fc91..8ffd43c56b793781fde046aa532340b92a0067eb:/include/wx/tbarsmpl.h diff --git a/include/wx/tbarsmpl.h b/include/wx/tbarsmpl.h index 5094b665d9..2e4911aee1 100644 --- a/include/wx/tbarsmpl.h +++ b/include/wx/tbarsmpl.h @@ -18,7 +18,7 @@ #include "wx/defs.h" -#if USE_TOOLBAR +#if wxUSE_TOOLBAR #include "wx/bitmap.h" #include "wx/list.h" @@ -75,7 +75,7 @@ DECLARE_EVENT_TABLE() }; -#endif // USE_TOOLBAR +#endif // wxUSE_TOOLBAR #endif // _WX_TBARSMPLH__