aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTablesList.m
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPTablesList.m')
-rw-r--r--Source/SPTablesList.m4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPTablesList.m b/Source/SPTablesList.m
index 92f7cae5..67f26c31 100644
--- a/Source/SPTablesList.m
+++ b/Source/SPTablesList.m
@@ -182,7 +182,7 @@ static NSString *SPDuplicateTable = @"SPDuplicateTable";
/**
* Loads all table names in array tables and reload the tableView
*/
-- (IBAction)updateTables:(id)sender
+- (IBAction)updateTables:(nullable id)sender
{
SPMySQLResult *theResult;
NSString *previousSelectedTable = nil;
@@ -1647,7 +1647,7 @@ static NSString *SPDuplicateTable = @"SPDuplicateTable";
/**
* Table view delegate method
*/
-- (BOOL)selectionShouldChangeInTableView:(NSTableView *)aTableView
+- (BOOL)selectionShouldChangeInTableView:(nullable NSTableView *)aTableView
{
// Don't allow selection changes while performing a task.
if (!tableListIsSelectable) return NO;