X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6762286db6cf974817dead5b88bebf0e390dbb7e..bdb40fa63eafd1b6b0b25e2d8142bff75a92421d:/include/wx/osx/choice.h diff --git a/include/wx/osx/choice.h b/include/wx/osx/choice.h index 829843be36..e6c49aada9 100644 --- a/include/wx/osx/choice.h +++ b/include/wx/osx/choice.h @@ -1,5 +1,5 @@ ///////////////////////////////////////////////////////////////////////////// -// Name: wx/mac/carbon/choice.h +// Name: wx/osx/choice.h // Purpose: wxChoice class // Author: Stefan Csomor // Modified by: @@ -77,8 +77,8 @@ public: virtual wxString GetString(unsigned int n) const ; virtual void SetString(unsigned int pos, const wxString& s); // osx specific event handling common for all osx-ports - - virtual bool HandleClicked( double timestampsec ); + + virtual bool OSXHandleClicked( double timestampsec ); protected: virtual void DoDeleteOneItem(unsigned int n);