diff options
author | rowanbeentje <rowan@beent.je> | 2011-06-21 00:16:15 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2011-06-21 00:16:15 +0000 |
commit | 3c8046db92fea519d31a36c09904e1368cfec8b8 (patch) | |
tree | 08b39ebae10709419eb4a22fe8f8d8da1a62a14f /Source/SPIndexesController.h | |
parent | c350a26bdb4b1532e755074770d0546915cd83f0 (diff) | |
download | sequelpro-3c8046db92fea519d31a36c09904e1368cfec8b8.tar.gz sequelpro-3c8046db92fea519d31a36c09904e1368cfec8b8.tar.bz2 sequelpro-3c8046db92fea519d31a36c09904e1368cfec8b8.zip |
- Rework a number of protocol defintions when refactoring to fix IB compilation warnings
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 |