X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4eb5a0ec0421b3dba1c46c1dcb27a711af4bec36..12b5f4b4d2d8a07962da7ba3b78c8c1ec2634a67:/include/wx/osx/button.h diff --git a/include/wx/osx/button.h b/include/wx/osx/button.h index ccf647576f..6c599dfaaa 100644 --- a/include/wx/osx/button.h +++ b/include/wx/osx/button.h @@ -50,7 +50,7 @@ public: // osx specific event handling common for all osx-ports - virtual bool HandleClicked( double timestampsec ); + virtual bool OSXHandleClicked( double timestampsec ); protected: virtual wxSize DoGetBestSize() const ; @@ -87,7 +87,7 @@ public: // osx specific event handling common for all osx-ports - virtual bool HandleClicked( double timestampsec ); + virtual bool OSXHandleClicked( double timestampsec ); protected: virtual wxSize DoGetBestSize() const ;