X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/9419379a37aaa7d5ac7b92187b9f296cd46f9e81..68698f0308f5c46966b7de12b34f68ec23dd3ec8:/src/common/memory.cpp diff --git a/src/common/memory.cpp b/src/common/memory.cpp index 0af3fa2c1a..7509750cd3 100644 --- a/src/common/memory.cpp +++ b/src/common/memory.cpp @@ -5,8 +5,8 @@ // Modified by: // Created: 04/01/98 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart and Markus Holzem -// Licence: wxWindows license +// Copyright: (c) Julian Smart +// Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifdef __GNUG__ @@ -33,6 +33,7 @@ #ifndef WX_PRECOMP #include "wx/utils.h" #include "wx/app.h" +#include "wx/hash.h" #endif #if wxUSE_THREADS @@ -774,7 +775,7 @@ bool wxDebugContext::PrintClasses(void) node = wxClassInfo::sm_classTable->Next(); while (node) { - info = (wxClassInfo *)node->Data(); + info = (wxClassInfo *)node->GetData(); if (info->GetClassName()) { wxString msg(info->GetClassName());