X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c3732409acc7a1e0b3cdb1f0a5dec7cc49a4b28b..e755eb67b62b608174a4efbb13bdd9fbebfa29a1:/include/wx/msw/notebook.h diff --git a/include/wx/msw/notebook.h b/include/wx/msw/notebook.h index 27e9160960..1ddd735d41 100644 --- a/include/wx/msw/notebook.h +++ b/include/wx/msw/notebook.h @@ -211,7 +211,7 @@ protected: void UpdateBgBrush(); // return the themed brush for painting our children - virtual WXHBRUSH MSWGetBgBrushForChild(WXHDC hDC, wxWindow *win); + virtual WXHBRUSH MSWGetBgBrushForChild(WXHDC hDC, WXHWND hWnd); // draw child background virtual bool MSWPrintChild(WXHDC hDC, wxWindow *win);