Warning fix.
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40255 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -4409,7 +4409,7 @@ WXHBRUSH wxWindowMSW::MSWGetBgBrush(WXHDC hDC, WXHWND hWndToPaint)
|
||||
return 0;
|
||||
}
|
||||
|
||||
bool wxWindowMSW::HandlePrintClient(WXHDC hDC)
|
||||
bool wxWindowMSW::HandlePrintClient(WXHDC WXUNUSED(hDC))
|
||||
{
|
||||
// TODO: handle wxBG_STYLE_CUSTOM and/or wxBG_STYLE_COLOUR here so when
|
||||
// DrawParentThemeBackground() from uxtheme.dll is called we don't get
|
||||
|
Reference in New Issue
Block a user