diff options
author | sqlprodev <sqlprodev@northofthree.com> | 2013-02-14 20:14:07 +0000 |
---|---|---|
committer | sqlprodev <sqlprodev@northofthree.com> | 2013-02-14 20:14:07 +0000 |
commit | 7d71d9d773ca7ee8b5920e304b7b41b92120943f (patch) | |
tree | 305655c168173f1d2bbfa7896a35f245b01f71a1 /Source/SPIndexesController.h | |
parent | 47069472a4b5dc6655338a77ec8b1eb9a5f5c3d9 (diff) | |
download | sequelpro-7d71d9d773ca7ee8b5920e304b7b41b92120943f.tar.gz sequelpro-7d71d9d773ca7ee8b5920e304b7b41b92120943f.tar.bz2 sequelpro-7d71d9d773ca7ee8b5920e304b7b41b92120943f.zip |
Changing SP_REFACTOR macro to SP_CODA
Diffstat (limited to 'Source/SPIndexesController.h')
-rw-r--r-- | Source/SPIndexesController.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Source/SPIndexesController.h b/Source/SPIndexesController.h index 2338f8a6..1c67a673 100644 --- a/Source/SPIndexesController.h +++ b/Source/SPIndexesController.h @@ -38,7 +38,7 @@ @class SPTableView; @interface SPIndexesController : NSWindowController -#ifdef SP_REFACTOR +#ifdef SP_CODA <NSTableViewDelegate, NSTableViewDataSource> #endif { @@ -64,7 +64,7 @@ IBOutlet NSButton *addIndexedColumnButton; IBOutlet NSButton *removeIndexedColumnButton; IBOutlet NSButton *confirmAddIndexButton; -#ifndef SP_REFACTOR +#ifndef SP_CODA IBOutlet NSBox *anchoredButtonBar; // Advanced options view @@ -82,13 +82,13 @@ NSMutableArray *fields, *indexes, *indexedFields; NSArray *supportsLength, *requiresLength; -#ifndef SP_REFACTOR /* ivars */ +#ifndef SP_CODA /* ivars */ NSUserDefaults *prefs; #endif SPMySQLConnection *connection; -#ifndef SP_REFACTOR /* ivars */ +#ifndef SP_CODA /* ivars */ BOOL showAdvancedView; NSInteger heightOffset; @@ -97,7 +97,7 @@ #endif } -#ifdef SP_REFACTOR +#ifdef SP_CODA @property (assign) SPTableView* indexesTableView; @property (assign) SPTableStructure* tableStructure; @property (assign) NSButton* addIndexButton; |