]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/memory.cpp
show error message if exec() failed: not pretty but better than nothing
[wxWidgets.git] / src / common / memory.cpp
index 0af3fa2c1ad5f6cfa68e403c606062cdcabe4e01..2b590f68a9231a895e38201341453bff5ab4cae9 100644 (file)
@@ -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());