aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPDatabaseViewController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPDatabaseViewController.h')
-rw-r--r--Source/SPDatabaseViewController.h3
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;