diff options
Diffstat (limited to 'Source/SPDatabaseViewController.h')
-rw-r--r-- | Source/SPDatabaseViewController.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/SPDatabaseViewController.h b/Source/SPDatabaseViewController.h index 8bfb5ae3..00017a39 100644 --- a/Source/SPDatabaseViewController.h +++ b/Source/SPDatabaseViewController.h @@ -41,7 +41,7 @@ - (BOOL)contentLoaded; - (BOOL)statusLoaded; -#ifndef SP_REFACTOR /* method decls */ +#ifndef SP_CODA /* method decls */ // Tab view control - (IBAction)viewStructure:(id)sender; - (IBAction)viewContent:(id)sender; @@ -57,7 +57,7 @@ // Table control - (void)loadTable:(NSString *)aTable ofType:(SPTableType)aTableType; -#ifndef SP_REFACTOR /* method decls */ +#ifndef SP_CODA /* method decls */ - (NSView *)databaseView; #endif |