X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22692cf6eab5cb2ee12853b96bbf53afd73d5d66..227b5cd72fe18864553ab0fc0688bb017f349e61:/include/wx/arrimpl.cpp diff --git a/include/wx/arrimpl.cpp b/include/wx/arrimpl.cpp index e52d81def3..5131c7ac44 100644 --- a/include/wx/arrimpl.cpp +++ b/include/wx/arrimpl.cpp @@ -99,7 +99,7 @@ int name::Index(const T& Item, bool bFromEnd) const \ } \ } \ \ - return NOT_FOUND; \ + return wxNOT_FOUND; \ } // redefine the macro so that now it will generate the class implementation