From b19f2e4e191e43d9504cde5c789daf0a441662db Mon Sep 17 00:00:00 2001 From: Robin Dunn Date: Mon, 25 Sep 2006 18:59:59 +0000 Subject: [PATCH] Forward declare wxMacListControl git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@41445 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/carbon/listctrl.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/wx/mac/carbon/listctrl.h b/include/wx/mac/carbon/listctrl.h index f9b166f2ae..d77061e7c5 100644 --- a/include/wx/mac/carbon/listctrl.h +++ b/include/wx/mac/carbon/listctrl.h @@ -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);