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:
@@ -1498,7 +1498,8 @@ bool wxDataViewHeaderWindowMSW::MSWOnNotify(int idCtrl, WXLPARAM lParam, WXLPARA
|
|||||||
return true;
|
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;
|
m_scrollOffsetX += dx;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user