Compile fixes.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6298 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user