(svn r21684) -Fix [FS#4360] (r21573): Silence some compile warnings

This commit is contained in:
planetmaker
2011-01-01 08:23:46 +00:00
parent 675f1376e0
commit 9ddcbaf9b7
2 changed files with 3 additions and 3 deletions

View File

@@ -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