diff options
Diffstat (limited to 'Source/SPDatabaseViewController.h')
-rw-r--r-- | Source/SPDatabaseViewController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPDatabaseViewController.h b/Source/SPDatabaseViewController.h index f7d795ca..682d6f74 100644 --- a/Source/SPDatabaseViewController.h +++ b/Source/SPDatabaseViewController.h @@ -30,7 +30,7 @@ // Getters - (NSString *)table; -- (NSInteger)tableType; +- (SPTableType)tableType; - (BOOL)structureLoaded; - (BOOL)contentLoaded; - (BOOL)statusLoaded; |