fix a couple more of unused parameters warnings
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49367 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
fde5da316a
commit
f456baf131
@ -1498,7 +1498,8 @@ bool wxDataViewHeaderWindowMSW::MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARA
|
||||
return true;
|
||||
}
|
||||
|
||||
void wxDataViewHeaderWindowMSW::ScrollWindow(int dx, int dy, const wxRect *rect )
|
||||
void wxDataViewHeaderWindowMSW::ScrollWindow(int dx, int WXUNUSED(dy),
|
||||
const wxRect * WXUNUSED(rect))
|
||||
{
|
||||
m_scrollOffsetX += dx;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user