aboutsummaryrefslogtreecommitdiff
path: root/AppKit
diff options
context:
space:
mode:
Diffstat (limited to 'AppKit')
-rw-r--r--AppKit/GTMTheme.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/AppKit/GTMTheme.m b/AppKit/GTMTheme.m
index 3eecd06..f606f4c 100644
--- a/AppKit/GTMTheme.m
+++ b/AppKit/GTMTheme.m
@@ -200,7 +200,7 @@ NSString *kGTMThemeDidChangeNotification = @"kGTMThemeDidChangeNotification";
CIFilter *filter = [CIFilter filterWithName:@"CIColorControls"
keysAndValues:
@"inputSaturation",
- [NSNumber numberWithFloat:0.8],
+ [NSNumber numberWithFloat:0.8f],
@"inputBrightness",
[NSNumber numberWithFloat:0.2f],
@"inputContrast",