Renamed internal GetClientWindow to GetClientAreaWindow so
as not to clash with the MDI function of the same name git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@16346 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -2044,7 +2044,7 @@ wxClientDC::wxClientDC( wxWindow *window )
|
||||
{
|
||||
wxCHECK_RET( window, _T("NULL window in wxClientDC::wxClientDC") );
|
||||
|
||||
m_window = (WXWindow*) window->GetClientWindow();
|
||||
m_window = (WXWindow*) window->GetClientAreaWindow();
|
||||
|
||||
#if wxUSE_TWO_WINDOWS
|
||||
#else
|
||||
|
Reference in New Issue
Block a user