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:
parent
475a93b76a
commit
8c0c419677
@ -13,7 +13,6 @@
|
|||||||
#define _WX_LISTCTRL_H_
|
#define _WX_LISTCTRL_H_
|
||||||
|
|
||||||
#include "wx/generic/listctrl.h"
|
#include "wx/generic/listctrl.h"
|
||||||
#include <Carbon/Carbon.h>
|
|
||||||
|
|
||||||
class wxMacDataBrowserListCtrlControl;
|
class wxMacDataBrowserListCtrlControl;
|
||||||
class wxMacListControl;
|
class wxMacListControl;
|
||||||
@ -321,7 +320,7 @@ protected:
|
|||||||
|
|
||||||
wxGenericListCtrl* m_genericImpl; // allow use of the generic impl.
|
wxGenericListCtrl* m_genericImpl; // allow use of the generic impl.
|
||||||
wxMacDataBrowserListCtrlControl* m_dbImpl;
|
wxMacDataBrowserListCtrlControl* m_dbImpl;
|
||||||
EventHandlerRef m_macListCtrlEventHandler;
|
void* /*EventHandlerRef*/ m_macListCtrlEventHandler;
|
||||||
wxListCtrlCompare m_compareFunc;
|
wxListCtrlCompare m_compareFunc;
|
||||||
long m_compareFuncData;
|
long m_compareFuncData;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user