diff options
Diffstat (limited to 'Source/SPIndexesController.h')
-rw-r--r-- | Source/SPIndexesController.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Source/SPIndexesController.h b/Source/SPIndexesController.h index b91481bc..6b755bcc 100644 --- a/Source/SPIndexesController.h +++ b/Source/SPIndexesController.h @@ -29,9 +29,10 @@ @class SPDatabaseDocument, SPTablesList, SPTableData, SPTableStructure, MCPConnection, SPTableView; #endif +#ifndef SP_REFACTOR @interface SPIndexesController : NSWindowController -#ifdef SP_REFACTOR -<NSTableViewDelegate, NSTableViewDataSource> +#else +@interface SPIndexesController : NSWindowController <NSTableViewDelegate, NSTableViewDataSource> #endif { // Controllers |