diff options
author | planetmaker <planetmaker@openttd.org> | 2011-01-01 08:23:46 +0000 |
---|---|---|
committer | planetmaker <planetmaker@openttd.org> | 2011-01-01 08:23:46 +0000 |
commit | 9ddcbaf9b7d51f137c7f0b137a316cdc370e59f0 (patch) | |
tree | ecaf898e313967e99906f1fe3fd7109c3a263115 /src/video/cocoa/cocoa_v.mm | |
parent | 675f1376e02983ac49d913487a3503be4868038d (diff) | |
download | openttd-9ddcbaf9b7d51f137c7f0b137a316cdc370e59f0.tar.xz |
(svn r21684) -Fix [FS#4360] (r21573): Silence some compile warnings
Diffstat (limited to 'src/video/cocoa/cocoa_v.mm')
-rw-r--r-- | src/video/cocoa/cocoa_v.mm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video/cocoa/cocoa_v.mm b/src/video/cocoa/cocoa_v.mm index aa7e5d3ad..8a063973e 100644 --- a/src/video/cocoa/cocoa_v.mm +++ b/src/video/cocoa/cocoa_v.mm @@ -511,7 +511,7 @@ void cocoaReleaseAutoreleasePool() /** * Initialize event system for the application rectangle */ -- (id)initWithContentRect:(NSRect)contentRect styleMask:(unsigned int)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag +- (id)initWithContentRect:(NSRect)contentRect styleMask:(NSUInteger)styleMask backing:(NSBackingStoreType)backingType defer:(BOOL)flag { /* Make our window subclass receive these application notifications */ [ [ NSNotificationCenter defaultCenter ] addObserver:self |