diff --git a/include/wx/defs.h b/include/wx/defs.h index 3c0898a9fc..020ab22dd5 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -2534,6 +2534,8 @@ typedef struct __CFString * CFMutableStringRef; typedef struct __CFRunLoopSource * CFRunLoopSourceRef; +typedef struct CGColor *CGColorRef; + #define DECLARE_WXMAC_OPAQUE_REF( name ) typedef struct Opaque##name* name; DECLARE_WXMAC_OPAQUE_REF( PasteboardRef );