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