From 7128462d43cb9648f97e9d1a625a685f31d75bb3 Mon Sep 17 00:00:00 2001 From: Stuart Connolly Date: Sun, 26 Oct 2014 18:37:47 +0000 Subject: Fix error building on 10.8. --- Source/SPGotoDatabaseController.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Source/SPGotoDatabaseController.h') diff --git a/Source/SPGotoDatabaseController.h b/Source/SPGotoDatabaseController.h index 99dfc289..08b0ea0e 100644 --- a/Source/SPGotoDatabaseController.h +++ b/Source/SPGotoDatabaseController.h @@ -37,7 +37,8 @@ * keyboard-based navigation between databases. The dialog also enables * jumping to a database by C&P-ing its full name. */ -@interface SPGotoDatabaseController : NSWindowController { +@interface SPGotoDatabaseController : NSWindowController +{ IBOutlet NSSearchField *searchField; IBOutlet NSButton *okButton; IBOutlet NSButton *cancelButton; @@ -83,4 +84,5 @@ * This method will only return once the dialog was closed again. */ - (BOOL)runModal; + @end -- cgit v1.2.3