aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPTableStructure.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2011-08-14 14:45:25 +0000
committerrowanbeentje <rowan@beent.je>2011-08-14 14:45:25 +0000
commitaee5bc25beb877fb6484031c087b4f93096394eb (patch)
treeb28856cc4bba76c8b6de5f64b398ae2f4822bef5 /Source/SPTableStructure.h
parent8fa65d0924287314ae74948698ecba9d978a7612 (diff)
downloadsequelpro-aee5bc25beb877fb6484031c087b4f93096394eb.tar.gz
sequelpro-aee5bc25beb877fb6484031c087b4f93096394eb.tar.bz2
sequelpro-aee5bc25beb877fb6484031c087b4f93096394eb.zip
- Review changes made in r3376 and revert a number of regressions
Diffstat (limited to 'Source/SPTableStructure.h')
-rw-r--r--Source/SPTableStructure.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/SPTableStructure.h b/Source/SPTableStructure.h
index 0a608b89..ce0302fa 100644
--- a/Source/SPTableStructure.h
+++ b/Source/SPTableStructure.h
@@ -27,10 +27,9 @@
@class SPDatabaseDocument, SPTableFieldValidation, SPTableData, SPDatabaseData, SPTablesList, SPIndexesController, SPTableView;
-#ifndef SP_REFACTOR
@interface SPTableStructure : NSObject
-#else
-@interface SPTableStructure : NSObject <NSTableViewDelegate, NSTableViewDataSource, NSComboBoxCellDataSource>
+#ifdef SP_REFACTOR
+<NSTableViewDelegate, NSTableViewDataSource, NSComboBoxCellDataSource>
#endif
{
IBOutlet SPTablesList* tablesListInstance;