Corrected typo in wxStringHashTable::Delete
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15759 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user