fixed another unused parameter warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49383 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
553d2d7db9
commit
d5ef211ffe
@ -932,7 +932,7 @@ void MyFrame::OnRightClick( wxMouseEvent &event )
|
|||||||
wxLogMessage("wxEVT_MOUSE_RIGHT_UP, Click Point is X: %d, Y: %d", event.GetX(), event.GetY());
|
wxLogMessage("wxEVT_MOUSE_RIGHT_UP, Click Point is X: %d, Y: %d", event.GetX(), event.GetY());
|
||||||
}
|
}
|
||||||
|
|
||||||
void MyFrame::OnGoto( wxCommandEvent &event)
|
void MyFrame::OnGoto(wxCommandEvent& WXUNUSED(event))
|
||||||
{
|
{
|
||||||
wxDataViewItem item = m_list_model->GetItem( 50 );
|
wxDataViewItem item = m_list_model->GetItem( 50 );
|
||||||
m_listCtrl->EnsureVisible(item,m_col);
|
m_listCtrl->EnsureVisible(item,m_col);
|
||||||
|
Loading…
Reference in New Issue
Block a user