X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9ed0d735d588f42485461ea526596436c4c6ad4b..65c75abefc4b06d49421be4af5397d8b3d5647d4:/src/common/memory.cpp diff --git a/src/common/memory.cpp b/src/common/memory.cpp index ce4051ad84..8dab25f747 100644 --- a/src/common/memory.cpp +++ b/src/common/memory.cpp @@ -768,7 +768,7 @@ bool wxDebugContext::PrintClasses(void) } int n = 0; - wxNode *node; + wxHashTable::compatibility_iterator node; wxClassInfo *info; wxClassInfo::sm_classTable->BeginFind();