X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/19c7ac3d3bf1ac2113505a805a79c40ce3db1f5b..eab1336c903271946530509a6c7939eba54371e6:/include/wx/osx/window.h diff --git a/include/wx/osx/window.h b/include/wx/osx/window.h index a0ac8a1921..1137022d21 100644 --- a/include/wx/osx/window.h +++ b/include/wx/osx/window.h @@ -251,8 +251,8 @@ public: // osx specific event handling common for all osx-ports - virtual bool HandleClicked( double timestampsec ); - virtual bool HandleKeyEvent( wxKeyEvent& event ); + virtual bool OSXHandleClicked( double timestampsec ); + virtual bool OSXHandleKeyEvent( wxKeyEvent& event ); protected: // For controls like radio buttons which are genuinely composite wxList m_subControls;