diff options
Diffstat (limited to 'Source/SPIndexesController.h')
-rw-r--r-- | Source/SPIndexesController.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPIndexesController.h b/Source/SPIndexesController.h index 9ceb6d9e..8fe7c88d 100644 --- a/Source/SPIndexesController.h +++ b/Source/SPIndexesController.h @@ -36,6 +36,7 @@ // Index table view IBOutlet NSTableView *indexesTableView; IBOutlet NSButton *addIndexButton; + IBOutlet NSButton *removeIndexButton; // New index sheet IBOutlet NSPopUpButton *indexTypePopUpButton; |