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:
parent
bb87b19b16
commit
79cb759dc8
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user