diff options
Diffstat (limited to 'Source/SPGrowlController.h')
-rw-r--r-- | Source/SPGrowlController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPGrowlController.h b/Source/SPGrowlController.h index a0a1e597..f3bac6d2 100644 --- a/Source/SPGrowlController.h +++ b/Source/SPGrowlController.h @@ -50,7 +50,7 @@ window:(NSWindow *)window notificationName:(NSString *)name iconData:(NSData *)data - priority:(int)priority + priority:(NSInteger)priority isSticky:(BOOL)sticky clickContext:(id)clickContext; |