X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6762286db6cf974817dead5b88bebf0e390dbb7e..5e1d513ea393c769cc83e4bc69cec34c3d0a9507:/include/wx/osx/choice.h diff --git a/include/wx/osx/choice.h b/include/wx/osx/choice.h index 829843be36..c69ab66931 100644 --- a/include/wx/osx/choice.h +++ b/include/wx/osx/choice.h @@ -78,7 +78,7 @@ public: 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);