projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix another icon error
[wxWidgets.git]
/
src
/
common
/
hash.cpp
diff --git
a/src/common/hash.cpp
b/src/common/hash.cpp
index 50d99ed1b29b99026cf5bd3eee83baeb169f5d70..f8e5ec096b05c4bc64d14245ad50af7671c30678 100644
(file)
--- a/
src/common/hash.cpp
+++ b/
src/common/hash.cpp
@@
-324,7
+324,7
@@
bool wxStringHashTable::Delete(long key) const
{
if ( keys->Item(n) == key )
{
- keys
.
RemoveAt(n);
+ keys
->
RemoveAt(n);
m_values[slot]->RemoveAt(n);
return TRUE;
}