fixing warnings in osx common code
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59776 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -230,7 +230,7 @@ void * wxChoice::DoGetItemClientData(unsigned int n) const
|
||||
return (void *)m_datas[n];
|
||||
}
|
||||
|
||||
bool wxChoice::OSXHandleClicked( double timestampsec )
|
||||
bool wxChoice::OSXHandleClicked( double WXUNUSED(timestampsec) )
|
||||
{
|
||||
wxCommandEvent event( wxEVT_COMMAND_CHOICE_SELECTED, m_windowId );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user