Applied hash copy fix, BC++ makefile fix (though not the lib setup.h one we need to do).
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13945 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -370,6 +370,7 @@ bool wxHashTable::Create(int the_key_type, int size)
|
||||
void wxHashTable::DoCopy(const wxHashTable& table)
|
||||
{
|
||||
n = table.n;
|
||||
m_count = table.m_count;
|
||||
current_position = table.current_position;
|
||||
current_node = NULL; // doesn't matter - Next() will reconstruct it
|
||||
key_type = table.key_type;
|
||||
|
Reference in New Issue
Block a user