From f1ccc7844f7b5a76a0503731fdc134e1f07b7c98 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Fri, 11 May 2012 18:40:21 +0000 Subject: Fix remaining implicit cast warnings. --- Source/SPDatabaseViewController.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Source/SPDatabaseViewController.m') diff --git a/Source/SPDatabaseViewController.m b/Source/SPDatabaseViewController.m index da20b967..485a3cfa 100644 --- a/Source/SPDatabaseViewController.m +++ b/Source/SPDatabaseViewController.m @@ -287,9 +287,8 @@ * If this method is supplied with the currently selected name, a reload rather than * a load will be triggered. */ -- (void)loadTable:(NSString *)aTable ofType:(NSInteger)aTableType +- (void)loadTable:(NSString *)aTable ofType:(SPTableType)aTableType { - // Ensure a connection is still present if (![mySQLConnection isConnected]) return; -- cgit v1.2.3