aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPGotoDatabaseController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPGotoDatabaseController.h')
-rw-r--r--Source/SPGotoDatabaseController.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPGotoDatabaseController.h b/Source/SPGotoDatabaseController.h
index ac838eff..effc70e9 100644
--- a/Source/SPGotoDatabaseController.h
+++ b/Source/SPGotoDatabaseController.h
@@ -36,7 +36,7 @@
* keyboard-based navigation between databases. The dialog also enables
* jumping to a database by C&P-ing its full name.
*/
-@interface SPGotoDatabaseController : NSWindowController <NSTableViewDataSource,NSControlTextEditingDelegate,NSUserInterfaceValidations>
+@interface SPGotoDatabaseController : NSWindowController <NSTableViewDataSource,NSTableViewDelegate,NSControlTextEditingDelegate,NSUserInterfaceValidations>
{
IBOutlet NSSearchField *searchField;
IBOutlet NSButton *okButton;
@@ -48,6 +48,8 @@
BOOL isFiltered;
BOOL allowCustomNames;
+
+ NSDictionary *highlightAttrs;
}
/**