]> git.saurik.com Git - wxWidgets.git/blobdiff - src/osx/choice_osx.cpp
Forgot header with OSX prefix
[wxWidgets.git] / src / osx / choice_osx.cpp
index f871ed3d262d0aa5fc65973c7f072d71af69a929..15e68706841ba57062648fe1b7622107360d30bc 100644 (file)
@@ -230,7 +230,7 @@ void * wxChoice::DoGetItemClientData(unsigned int n) const
     return (void *)m_datas[n];
 }
 
-bool wxChoice::HandleClicked( double timestampsec )
+bool wxChoice::OSXHandleClicked( double timestampsec )
 {
     wxCommandEvent event( wxEVT_COMMAND_CHOICE_SELECTED, m_windowId );