From 2c7219fea0b102e9e453dd2efe22309ffd0d0264 Mon Sep 17 00:00:00 2001 From: Kevin Hock Date: Thu, 7 Apr 2005 14:36:24 +0000 Subject: [PATCH] Declare CFRunLoopSourceRef rather than including the CFRunLoop.h header. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33410 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/carbon/app.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/wx/mac/carbon/app.h b/include/wx/mac/carbon/app.h index f62176e843..babd87cc44 100644 --- a/include/wx/mac/carbon/app.h +++ b/include/wx/mac/carbon/app.h @@ -22,7 +22,7 @@ #include "wx/event.h" #ifdef __WXMAC_OSX__ -#include +typedef struct __CFRunLoopSource * CFRunLoopSourceRef; #endif class WXDLLEXPORT wxFrame; -- 2.47.2