X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2ce7af354a12de8cf0d80d27f6958c6ccd95f766..7af0846427683d08c44b5d88f39c932ace31843c:/include/wx/mac/notebook.h diff --git a/include/wx/mac/notebook.h b/include/wx/mac/notebook.h index 80569fc244..76f43438eb 100644 --- a/include/wx/mac/notebook.h +++ b/include/wx/mac/notebook.h @@ -135,7 +135,7 @@ public: virtual void Command(wxCommandEvent& event); protected: virtual wxNotebookPage *DoRemovePage(int page) ; - virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart ) ; + virtual void MacHandleControlClick( WXWidget control , wxInt16 controlpart , bool mouseStillDown ) ; // common part of all ctors void Init();