X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/19c7ac3d3bf1ac2113505a805a79c40ce3db1f5b..9b49405777342458dc1666001865eef7309b6c30:/include/wx/osx/scrolbar.h?ds=sidebyside diff --git a/include/wx/osx/scrolbar.h b/include/wx/osx/scrolbar.h index 9d0a3568f6..70850d166e 100644 --- a/include/wx/osx/scrolbar.h +++ b/include/wx/osx/scrolbar.h @@ -49,7 +49,7 @@ public: // implementation only from now on void Command(wxCommandEvent& event); virtual void TriggerScrollEvent( wxEventType scrollEvent ) ; - virtual bool HandleClicked( double timestampsec ); + virtual bool OSXHandleClicked( double timestampsec ); protected: virtual wxSize DoGetBestSize() const;