From 160728cd29519794b47b3a09b139ce9d604883f0 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Sun, 24 Apr 2011 10:56:52 +0000 Subject: Fix broken build after merge with trunk. --- Source/SPDatabaseDocument.m | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Source/SPDatabaseDocument.m') diff --git a/Source/SPDatabaseDocument.m b/Source/SPDatabaseDocument.m index 8c05daa0..d8eaa100 100644 --- a/Source/SPDatabaseDocument.m +++ b/Source/SPDatabaseDocument.m @@ -70,6 +70,7 @@ #ifndef SP_REFACTOR /* headers */ #import "SPBundleHTMLOutputController.h" #import "SPConnectionDelegate.h" +#import "SPConnectionHandler.h" #endif #ifdef SP_REFACTOR /* headers */ @@ -3866,7 +3867,6 @@ */ - (void)parentTabDidClose { - // Cancel autocompletion trigger if([prefs boolForKey:SPCustomQueryAutoComplete]) [NSObject cancelPreviousPerformRequestsWithTarget:[customQueryInstance valueForKeyPath:@"textView"] @@ -3885,7 +3885,6 @@ [createTableSyntaxWindow orderOut:nil]; [[NSNotificationCenter defaultCenter] removeObserver:self]; [self setParentWindow:nil]; - } /** -- cgit v1.2.3