From cbef08eeffbe5c0e1a9d152391d6b97576a0e4fe Mon Sep 17 00:00:00 2001 From: Alexandre Wilhelm Date: Thu, 23 Oct 2014 10:59:54 -0700 Subject: [PATCH] Fixed: prototype of method unfocusedSelectionGradientColors is void Previously the prototype method of unfocusedSelectionGradientColors as void, now it's CPColor --- AppKit/CPTableView.j | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AppKit/CPTableView.j b/AppKit/CPTableView.j index 0ec455382..2fe528208 100644 --- a/AppKit/CPTableView.j +++ b/AppKit/CPTableView.j @@ -962,7 +962,7 @@ NOT YET IMPLEMENTED */ -- (void)unfocusedSelectionGradientColors +- (CPColor)unfocusedSelectionGradientColors { if (!_unfocusedSourceListSelectionColor) {