[Xcode4] Forgot to remove *.

This commit is contained in:
Jason Felds
2011-05-07 01:15:57 -04:00
parent e57b81a19b
commit 88d5306794
@@ -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