]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/arrimpl.cpp
RenameEntry/Group() functions added to wxConfig and derivations (not yet
[wxWidgets.git] / include / wx / arrimpl.cpp
index e52d81def300c47f7e1224c188c11082f14f0061..5131c7ac443f7b6916580b1699e54002e71e54a8 100644 (file)
@@ -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