X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6762286db6cf974817dead5b88bebf0e390dbb7e..74c34d22773e39b13fe0502798494b38f261a9e5:/include/wx/osx/notebook.h?ds=sidebyside diff --git a/include/wx/osx/notebook.h b/include/wx/osx/notebook.h index 6a7d4a2e44..ff60922e2a 100644 --- a/include/wx/osx/notebook.h +++ b/include/wx/osx/notebook.h @@ -119,7 +119,7 @@ public: virtual void Command(wxCommandEvent& event); // osx specific event handling common for all osx-ports - virtual bool HandleClicked( double timestampsec ); + virtual bool OSXHandleClicked( double timestampsec ); protected: virtual wxNotebookPage *DoRemovePage(size_t page) ;