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/SPTableData.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/SPTableData.h')
-rw-r--r-- | Source/SPTableData.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPTableData.h b/Source/SPTableData.h index 0806bd8b..f0ada4f2 100644 --- a/Source/SPTableData.h +++ b/Source/SPTableData.h @@ -85,7 +85,7 @@ - (NSDictionary *) parseFieldDefinitionStringParts:(NSArray *)definitionParts; - (NSArray *) primaryKeyColumnNames; -#ifdef SP_REFACTOR /* glue */ +#ifdef SP_CODA /* glue */ - (void)setTableDocumentInstance:(SPDatabaseDocument*)doc; - (void)setTableListInstance:(SPTablesList*)list; #endif |