git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@31003
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
WXHBRUSH wxWindowMSW::MSWGetBgBrushForSelf(wxWindow *parent, WXHDC hDC)
{
WXHBRUSH wxWindowMSW::MSWGetBgBrushForSelf(wxWindow *parent, WXHDC hDC)
{
- return parent->MSWGetBgBrushForChild(hDC, this);
+ return parent->MSWGetBgBrushForChild(hDC, (wxWindow *)this);
-WXHBRUSH wxWindow::MSWGetBgBrush(WXHDC hDC)
+WXHBRUSH wxWindowMSW::MSWGetBgBrush(WXHDC hDC)
{
for ( wxWindow *win = this; win; win = win->GetParent() )
{
{
for ( wxWindow *win = this; win; win = win->GetParent() )
{