summaryrefslogtreecommitdiff
path: root/cocoa/PSMTabBarControl/NSBezierPath_AMShading.h
diff options
context:
space:
mode:
Diffstat (limited to 'cocoa/PSMTabBarControl/NSBezierPath_AMShading.h')
-rw-r--r--[-rwxr-xr-x]cocoa/PSMTabBarControl/NSBezierPath_AMShading.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cocoa/PSMTabBarControl/NSBezierPath_AMShading.h b/cocoa/PSMTabBarControl/NSBezierPath_AMShading.h
index aed6f13ba..fd2c2dde4 100755..100644
--- a/cocoa/PSMTabBarControl/NSBezierPath_AMShading.h
+++ b/cocoa/PSMTabBarControl/NSBezierPath_AMShading.h
@@ -12,8 +12,8 @@
@interface NSBezierPath (AMShading)
-- (void)customHorizontalFillWithCallbacks:(CGFunctionCallbacks)functionCallbacks firstColor:(NSColor *)firstColor secondColor:(NSColor *)secondColor;
-- (void)customVerticalFillWithCallbacks:(CGFunctionCallbacks)functionCallbacks firstColor:(NSColor *)firstColor secondColor:(NSColor *)secondColor;
+- (void)customHorizontalFillWithCallbacks:(CGFunctionCallbacks) functionCallbacks firstColor:(NSColor *)firstColor secondColor:(NSColor *)secondColor;
+- (void)customVerticalFillWithCallbacks:(CGFunctionCallbacks) functionCallbacks firstColor:(NSColor *)firstColor secondColor:(NSColor *)secondColor;
- (void)linearGradientFillWithStartColor:(NSColor *)startColor endColor:(NSColor *)endColor;
- (void)linearVerticalGradientFillWithStartColor:(NSColor *)startColor endColor:(NSColor *)endColor;