X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6762286db6cf974817dead5b88bebf0e390dbb7e..ae901b234c4a0aa7c1777b3bd181dd7f8517ad21:/include/wx/osx/notebook.h 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) ;