]> git.saurik.com Git - wxWidgets.git/commitdiff
match CFTypeRef declaration to the one in defs.h
authorPaul Cornett <paulcor@bullseye.com>
Thu, 6 Dec 2007 16:10:38 +0000 (16:10 +0000)
committerPaul Cornett <paulcor@bullseye.com>
Thu, 6 Dec 2007 16:10:38 +0000 (16:10 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50546 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/corefoundation/cfref.h

index fb84f0fc5c96183f39ed7c8c38ec056802e2fc11..694a19d7c909ebd91321decc7d7393d995a5776f 100644 (file)
@@ -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 */