remove incorrect cast of wxString to char* (unnecessary and breaks wxUSE_STL build)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@58695 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin 2009-02-06 21:55:09 +00:00
parent bb87b19b16
commit 79cb759dc8

View File

@ -2608,7 +2608,7 @@ static void DrawSizers(wxWindowBase *win)
wxMessageOutputDebug dbgout;
dbgout.Printf(
"%-10s => fullsz=%4d;%-4d clientsz=%4d;%-4d bestsz=%4d;%-4d minsz=%4d;%-4d maxsz=%4d;%-4d virtualsz=%4d;%-4d\n",
(const char*)win->GetName(),
win->GetName(),
fullSz.x, fullSz.y,
clientSz.x, clientSz.y,
bestSz.x, bestSz.y,