From 88d5306794922a316b3f5d743f8f6977b2cf3e8b Mon Sep 17 00:00:00 2001 From: Jason Felds Date: Sat, 7 May 2011 01:15:57 -0400 Subject: [PATCH] [Xcode4] Forgot to remove *. --- src/arch/LowLevelWindow/LowLevelWindow_MacOSX.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arch/LowLevelWindow/LowLevelWindow_MacOSX.h b/src/arch/LowLevelWindow/LowLevelWindow_MacOSX.h index dd57ad7199..cbd1896373 100644 --- a/src/arch/LowLevelWindow/LowLevelWindow_MacOSX.h +++ b/src/arch/LowLevelWindow/LowLevelWindow_MacOSX.h @@ -11,7 +11,7 @@ typedef const struct __CFDictionary *CFDictionaryRef; #if __APPLE_CC__ < 5621 typedef struct _CGDirectDisplayID *CGDirectDisplayID; #else -typedef uint32_t *CGDirectDisplayID; +typedef uint32_t CGDirectDisplayID; #endif class LowLevelWindow_MacOSX : public LowLevelWindow