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:
@@ -2608,7 +2608,7 @@ static void DrawSizers(wxWindowBase *win)
|
|||||||
wxMessageOutputDebug dbgout;
|
wxMessageOutputDebug dbgout;
|
||||||
dbgout.Printf(
|
dbgout.Printf(
|
||||||
"%-10s => fullsz=%4d;%-4d clientsz=%4d;%-4d bestsz=%4d;%-4d minsz=%4d;%-4d maxsz=%4d;%-4d virtualsz=%4d;%-4d\n",
|
"%-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,
|
fullSz.x, fullSz.y,
|
||||||
clientSz.x, clientSz.y,
|
clientSz.x, clientSz.y,
|
||||||
bestSz.x, bestSz.y,
|
bestSz.x, bestSz.y,
|
||||||
|
Reference in New Issue
Block a user