X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3fd864a139e5f141d5485fcb69907fdeaade2993..f089713f9e8be7aa10fd7094b11de361c9bc949a:/include/wx/mac/carbon/listctrl.h diff --git a/include/wx/mac/carbon/listctrl.h b/include/wx/mac/carbon/listctrl.h index eb10af0065..6330ba6be8 100644 --- a/include/wx/mac/carbon/listctrl.h +++ b/include/wx/mac/carbon/listctrl.h @@ -13,7 +13,6 @@ #define _WX_LISTCTRL_H_ #include "wx/generic/listctrl.h" -#include class wxMacDataBrowserListCtrlControl; class wxMacListControl; @@ -321,7 +320,7 @@ protected: wxGenericListCtrl* m_genericImpl; // allow use of the generic impl. wxMacDataBrowserListCtrlControl* m_dbImpl; - EventHandlerRef m_macListCtrlEventHandler; + void* /*EventHandlerRef*/ m_macListCtrlEventHandler; wxListCtrlCompare m_compareFunc; long m_compareFuncData;