]> git.saurik.com Git - wxWidgets.git/commitdiff
Don't include platform headers from public wx headers
authorRobin Dunn <robin@alldunn.com>
Wed, 11 Oct 2006 23:46:02 +0000 (23:46 +0000)
committerRobin Dunn <robin@alldunn.com>
Wed, 11 Oct 2006 23:46:02 +0000 (23:46 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41953 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/listctrl.h

index eb10af00658927c87bedeae9a1ef3e232e6f000c..6330ba6be86473d38d426d59b0b6dea137f0e695 100644 (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;