// 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__
#ifndef WX_PRECOMP
#include "wx/utils.h"
#include "wx/app.h"
+#include "wx/hash.h"
#endif
#if wxUSE_THREADS
node = wxClassInfo::sm_classTable->Next();
while (node)
{
- info = (wxClassInfo *)node->Data();
+ info = (wxClassInfo *)node->GetData();
if (info->GetClassName())
{
wxString msg(info->GetClassName());