X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6762286db6cf974817dead5b88bebf0e390dbb7e..86ac84b8ce086e6bbda58f422d41f84268606e35:/include/wx/osx/button.h?ds=sidebyside 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 ;