Patch #952359 from ABX: contrib updates after wxHashTable and
other recent changes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27299 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -68,7 +68,7 @@ bool wxr2xml::Convert(wxString wxrfile, wxString xmlfile)
|
||||
bool wxr2xml::ParseResources()
|
||||
{
|
||||
m_table.BeginFind();
|
||||
wxNode *node;
|
||||
wxHashTable::Node *node;
|
||||
|
||||
node = m_table.Next();
|
||||
while (node)
|
||||
|
Reference in New Issue
Block a user