Compile fixes.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
2000-02-26 12:45:06 +00:00
parent d147774515
commit 0efe4a9855
2 changed files with 4 additions and 2 deletions

View File

@@ -55,6 +55,7 @@
#include "wx/list.h"
#include "wx/utils.h"
#include "wx/msgdlg.h"
#include "wx/log.h"
#endif
#include "wx/filefn.h"
#endif
@@ -266,7 +267,7 @@ wxTable::~wxTable()
{
found = TRUE;
if (!TablesInUse.DeleteNode(pNode))
wxLogDebug (s.GetData(),"Unable to delete node!");
wxLogDebug (s.c_str(),"Unable to delete node!");
}
else
pNode = pNode->Next();