Fix compilation of unicode debug builds, broken since rev50864

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@50917 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mart Raudsepp
2007-12-25 23:33:16 +00:00
parent ba333a53b0
commit f95d54fe64

View File

@@ -1359,7 +1359,7 @@ void wxScrollHelper::HandleOnChildFocus(wxChildFocusEvent& event)
while ( win->GetParent() != m_targetWindow )
{
win = win->GetParent();
wxCHECK_RET( win, "incorrectly sent wxChildFocusEvent - not our child" );
wxCHECK_RET( win, wxT("incorrectly sent wxChildFocusEvent - not our child") );
}
// if the child is not fully visible, try to scroll it into view: