X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22692cf6eab5cb2ee12853b96bbf53afd73d5d66..5d1902d6d6efc842c8f488520d3cca40f1ae99f8:/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