diff options
author | rowanbeentje <rowan@beent.je> | 2011-03-07 01:49:27 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2011-03-07 01:49:27 +0000 |
commit | 2d3228958dc5d4fc78bbc2bb6a60c48299ddd0df (patch) | |
tree | 0026f10d050eec35dec6d88a3273f991cc7bf36b /Source/SPGrowlController.m | |
parent | 3ad653d83d064413051c48da6e4c40f4f979f870 (diff) | |
download | sequelpro-2d3228958dc5d4fc78bbc2bb6a60c48299ddd0df.tar.gz sequelpro-2d3228958dc5d4fc78bbc2bb6a60c48299ddd0df.tar.bz2 sequelpro-2d3228958dc5d4fc78bbc2bb6a60c48299ddd0df.zip |
Fix more compiler warnings, including a few bugs
Diffstat (limited to 'Source/SPGrowlController.m')
-rw-r--r-- | Source/SPGrowlController.m | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPGrowlController.m b/Source/SPGrowlController.m index a3d42526..3f98f41a 100644 --- a/Source/SPGrowlController.m +++ b/Source/SPGrowlController.m @@ -139,7 +139,7 @@ static SPGrowlController *sharedGrowlController = nil; description:description notificationName:name iconData:data - priority:priority + priority:(int)priority isSticky:sticky clickContext:clickContext]; } |