projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
added QueryRawValue() to wxRegKey and test code for it in the sample
[wxWidgets.git]
/
src
/
common
/
dynarray.cpp
diff --git
a/src/common/dynarray.cpp
b/src/common/dynarray.cpp
index ed85392df3004ae66ad244ff6a98dc5da39978c5..bbf54265c431b7eb1d996e0b5a9e224e001a773d 100644
(file)
--- a/
src/common/dynarray.cpp
+++ b/
src/common/dynarray.cpp
@@
-278,7
+278,7
@@
void wxBaseArray::Remove(long lItem)
wxCHECK_RET( iIndex != wxNOT_FOUND,
wxT("removing inexistent item in wxArray::Remove") );
wxCHECK_RET( iIndex != wxNOT_FOUND,
wxT("removing inexistent item in wxArray::Remove") );
- Remove((size_t)iIndex);
+ Remove
At
((size_t)iIndex);
}
// sort array elements using passed comparaison function
}
// sort array elements using passed comparaison function