Fixed: prototype of method unfocusedSelectionGradientColors is void

Previously the prototype method of unfocusedSelectionGradientColors as void, now it's CPColor
This commit is contained in:
Alexandre Wilhelm
2014-10-23 10:59:54 -07:00
parent 608480c1d2
commit cbef08eeff
+1 -1
View File
@@ -962,7 +962,7 @@ NOT YET IMPLEMENTED
</pre>
*/
- (void)unfocusedSelectionGradientColors
- (CPColor)unfocusedSelectionGradientColors
{
if (!_unfocusedSourceListSelectionColor)
{