X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e4431849b4f2097edf0e01c5d50bf0ed947befa9..91270d2d17374f24a4de5108ea1a332190b827a6:/include/wx/build.h diff --git a/include/wx/build.h b/include/wx/build.h index 4d5b5421c4..722f0dd031 100644 --- a/include/wx/build.h +++ b/include/wx/build.h @@ -85,7 +85,7 @@ #endif // deriving wxWin containers from STL ones changes them completely: -#if wxUSE_STL +#if wxUSE_STD_CONTAINERS #define __WX_BO_STL ",STL containers" #else #define __WX_BO_STL ",wx containers"