Don't include platform headers from public wx headers

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2006-10-11 23:46:02 +00:00
parent 475a93b76a
commit 8c0c419677

View File

@ -13,7 +13,6 @@
#define _WX_LISTCTRL_H_
#include "wx/generic/listctrl.h"
#include <Carbon/Carbon.h>
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;