]> git.saurik.com Git - wxWidgets.git/commitdiff
Forward declare wxMacListControl
authorRobin Dunn <robin@alldunn.com>
Mon, 25 Sep 2006 18:59:59 +0000 (18:59 +0000)
committerRobin Dunn <robin@alldunn.com>
Mon, 25 Sep 2006 18:59:59 +0000 (18:59 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/carbon/listctrl.h

index f9b166f2ae6fb9ece58ceab881546de07641ef5e..d77061e7c5898ea92d487c80d5fa37a3a6b5f230 100644 (file)
@@ -18,6 +18,7 @@
 #include "wx/generic/listctrl.h"
 
 class wxMacDataBrowserListCtrlControl;
+class wxMacListControl;
 
 // type of compare function for wxListCtrl sort operation
 typedef int (*wxListCtrlCompare)(long item1, long item2, long sortData);