From d772bf4341fd3573a6122e4ecc67edea511cdad1 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Fri, 25 Jul 2003 21:10:26 +0000 Subject: [PATCH] STL compilation fixes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@22297 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/memory.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.45.2