Unicode compilation fixes for wxX11
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23038 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -789,7 +789,7 @@ WXColormap wxApp::GetMainColormap(WXDisplay* display)
|
||||
|
||||
Window wxGetWindowParent(Window window)
|
||||
{
|
||||
wxASSERT_MSG( window, "invalid window" );
|
||||
wxASSERT_MSG( window, _T("invalid window") );
|
||||
|
||||
return (Window) 0;
|
||||
|
||||
|
Reference in New Issue
Block a user