X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/22692cf6eab5cb2ee12853b96bbf53afd73d5d66..84a19decccc823884c8cc037dbc8469d251d35a9:/include/wx/arrimpl.cpp?ds=inline 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