From: Paul Cornett Date: Thu, 6 Dec 2007 16:10:38 +0000 (+0000) Subject: match CFTypeRef declaration to the one in defs.h X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/15041ff9c88a55041f91e04d8019c38e8e188b05 match CFTypeRef declaration to the one in defs.h git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/mac/corefoundation/cfref.h b/include/wx/mac/corefoundation/cfref.h index fb84f0fc5c..694a19d7c9 100644 --- a/include/wx/mac/corefoundation/cfref.h +++ b/include/wx/mac/corefoundation/cfref.h @@ -23,8 +23,8 @@ * Note that Darwin CF uses extern for CF_EXPORT. If we need this on Win32 * or non-Darwin Mac OS we'll need to define the appropriate __declspec. */ -extern "C" { typedef const void *CFTypeRef; +extern "C" { extern /* CF_EXPORT */ CFTypeRef CFRetain(CFTypeRef cf); extern /* CF_EXPORT */