diff options
author | stuconnolly <stuart02@gmail.com> | 2012-05-11 18:40:21 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2012-05-11 18:40:21 +0000 |
commit | f1ccc7844f7b5a76a0503731fdc134e1f07b7c98 (patch) | |
tree | 4eae6d7fefc7fd50fda91e697225624d2379b0c5 /Source/SPDatabaseViewController.h | |
parent | e97cd01d00f47fb8629d6aa67a3848852b299f6c (diff) | |
download | sequelpro-f1ccc7844f7b5a76a0503731fdc134e1f07b7c98.tar.gz sequelpro-f1ccc7844f7b5a76a0503731fdc134e1f07b7c98.tar.bz2 sequelpro-f1ccc7844f7b5a76a0503731fdc134e1f07b7c98.zip |
Fix remaining implicit cast warnings.
Diffstat (limited to 'Source/SPDatabaseViewController.h')
-rw-r--r-- | Source/SPDatabaseViewController.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Source/SPDatabaseViewController.h b/Source/SPDatabaseViewController.h index f84d81cd..b323ef9d 100644 --- a/Source/SPDatabaseViewController.h +++ b/Source/SPDatabaseViewController.h @@ -25,7 +25,6 @@ #import "SPDatabaseDocument.h" - @interface SPDatabaseDocument (SPDatabaseViewController) // Getters @@ -49,7 +48,7 @@ - (void)setStatusRequiresReload:(BOOL)reload; // Table control -- (void)loadTable:(NSString *)aTable ofType:(NSInteger)aTableType; +- (void)loadTable:(NSString *)aTable ofType:(SPTableType)aTableType; #ifndef SP_REFACTOR /* method decls */ - (NSView *)databaseView; |