diff options
Diffstat (limited to 'Source/SPDatabaseViewController.h')
-rw-r--r-- | Source/SPDatabaseViewController.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/SPDatabaseViewController.h b/Source/SPDatabaseViewController.h index 14dd5e88..f7d795ca 100644 --- a/Source/SPDatabaseViewController.h +++ b/Source/SPDatabaseViewController.h @@ -29,7 +29,6 @@ @interface SPDatabaseDocument (SPDatabaseViewController) // Getters -- (NSView *)parentView; - (NSString *)table; - (NSInteger)tableType; - (BOOL)structureLoaded; @@ -50,4 +49,6 @@ // Table control - (void)loadTable:(NSString *)aTable ofType:(NSInteger)aTableType; +- (NSView *)databaseView; + @end |