projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5eac771
)
compilation fixes (bug #672413)
author
Václav Slavík
<vslavik@fastmail.fm>
Sun, 26 Jan 2003 16:16:13 +0000
(16:16 +0000)
committer
Václav Slavík
<vslavik@fastmail.fm>
Sun, 26 Jan 2003 16:16:13 +0000
(16:16 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18944
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
src/common/memory.cpp
patch
|
blob
|
blame
|
history
diff --git
a/src/common/memory.cpp
b/src/common/memory.cpp
index 0af3fa2c1ad5f6cfa68e403c606062cdcabe4e01..2b590f68a9231a895e38201341453bff5ab4cae9 100644
(file)
--- a/
src/common/memory.cpp
+++ b/
src/common/memory.cpp
@@
-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->
Get
Data();
if (info->GetClassName())
{
wxString msg(info->GetClassName());