From 75e4e58eecf4ae1b8f25751b0bc7d457edcf57e8 Mon Sep 17 00:00:00 2001 From: rowanbeentje Date: Mon, 25 Apr 2011 23:57:57 +0000 Subject: - Add the ability to double-click in empty areas of the main tableviews to add new rows/records --- Source/SPIndexesController.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Source/SPIndexesController.h') diff --git a/Source/SPIndexesController.h b/Source/SPIndexesController.h index c56ff4eb..65cbb207 100644 --- a/Source/SPIndexesController.h +++ b/Source/SPIndexesController.h @@ -23,7 +23,7 @@ // // More info at -@class SPDatabaseDocument, SPTablesList, SPTableData, SPTableStructure, MCPConnection, BWAnchoredButtonBar; +@class SPDatabaseDocument, SPTablesList, SPTableData, SPTableStructure, SPTableView, MCPConnection, BWAnchoredButtonBar; @interface SPIndexesController : NSWindowController { @@ -34,7 +34,7 @@ IBOutlet SPTableData *tableData; // Index table view - IBOutlet NSTableView *indexesTableView; + IBOutlet SPTableView *indexesTableView; IBOutlet NSButton *addIndexButton; IBOutlet NSButton *removeIndexButton; -- cgit v1.2.3