diff options
author | rowanbeentje <rowan@beent.je> | 2011-08-14 14:45:25 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2011-08-14 14:45:25 +0000 |
commit | aee5bc25beb877fb6484031c087b4f93096394eb (patch) | |
tree | b28856cc4bba76c8b6de5f64b398ae2f4822bef5 /Source/SPIndexesController.h | |
parent | 8fa65d0924287314ae74948698ecba9d978a7612 (diff) | |
download | sequelpro-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/SPIndexesController.h')
-rw-r--r-- | Source/SPIndexesController.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/SPIndexesController.h b/Source/SPIndexesController.h index 6b755bcc..b91481bc 100644 --- a/Source/SPIndexesController.h +++ b/Source/SPIndexesController.h @@ -29,10 +29,9 @@ @class SPDatabaseDocument, SPTablesList, SPTableData, SPTableStructure, MCPConnection, SPTableView; #endif -#ifndef SP_REFACTOR @interface SPIndexesController : NSWindowController -#else -@interface SPIndexesController : NSWindowController <NSTableViewDelegate, NSTableViewDataSource> +#ifdef SP_REFACTOR +<NSTableViewDelegate, NSTableViewDataSource> #endif { // Controllers |