X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/519cb848a8f4c91c73421bb75314754284e593a4..e5ee4c908b9dbcf07f0441aa74d8635b7343be4d:/include/wx/mac/combobox.h diff --git a/include/wx/mac/combobox.h b/include/wx/mac/combobox.h index 6fda37448e..c8d91061cf 100644 --- a/include/wx/mac/combobox.h +++ b/include/wx/mac/combobox.h @@ -78,10 +78,10 @@ class WXDLLEXPORT wxComboBox: public wxChoice virtual void Remove(long from, long to); virtual void SetSelection(long from, long to); virtual void SetEditable(bool editable); - void MacHandleControlClick( ControlHandle control , SInt16 controlpart ) ; + void MacHandleControlClick( WXWidget control , wxInt16 controlpart ) ; protected: int m_noStrings; - MenuHandle m_macPopUpMenuHandle ; + WXHMENU m_macPopUpMenuHandle ; }; #endif