aboutsummaryrefslogtreecommitdiffstats
path: root/Source
diff options
context:
space:
mode:
Diffstat (limited to 'Source')
-rw-r--r--Source/SPQueryController.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPQueryController.m b/Source/SPQueryController.m
index e8478cc0..94bc7b12 100644
--- a/Source/SPQueryController.m
+++ b/Source/SPQueryController.m
@@ -286,7 +286,7 @@ static SPQueryController *sharedQueryController = nil;
/**
* Table view delegate method. Returns the specific object for the request column and row.
*/
-- (id)tableView:(NSTableView *)tableView objectValueForTableColumn:(NSTableColumn *)tableColumn row:(NSUInteger)row
+- (id)tableView:(NSTableView *)tableView objectValueForTableColumn:(NSTableColumn *)tableColumn row:(NSInteger)row
{
NSString *returnValue = nil;