aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Resources/English.lproj/ExportDialog.stringsbin23252 -> 24298 bytes
-rw-r--r--Source/SPConnectionControllerDelegate.h4
-rw-r--r--Source/SPConnectionControllerDelegate.m1
3 files changed, 4 insertions, 1 deletions
diff --git a/Resources/English.lproj/ExportDialog.strings b/Resources/English.lproj/ExportDialog.strings
index 4cf24ec0..8262d0e5 100644
--- a/Resources/English.lproj/ExportDialog.strings
+++ b/Resources/English.lproj/ExportDialog.strings
Binary files differ
diff --git a/Source/SPConnectionControllerDelegate.h b/Source/SPConnectionControllerDelegate.h
index 0a7323cb..03f13950 100644
--- a/Source/SPConnectionControllerDelegate.h
+++ b/Source/SPConnectionControllerDelegate.h
@@ -23,6 +23,8 @@
//
// More info at <http://code.google.com/p/sequel-pro/>
+#import "SPConnectionController.h"
+
/**
* @category SPConnectionControllerDelegate SPConnectionControllerDelegate.h
*
@@ -30,6 +32,6 @@
*
* Connection controller delegate/data source category.
*/
-@implementation SPConnectionController (SPConnectionControllerDelegate)
+@interface SPConnectionController (SPConnectionControllerDelegate)
@end
diff --git a/Source/SPConnectionControllerDelegate.m b/Source/SPConnectionControllerDelegate.m
index 7384d859..dab7465f 100644
--- a/Source/SPConnectionControllerDelegate.m
+++ b/Source/SPConnectionControllerDelegate.m
@@ -24,6 +24,7 @@
// More info at <http://code.google.com/p/sequel-pro/>
#import "SPConnectionControllerDelegate.h"
+#import "SPTableTextFieldCell.h"
@implementation SPConnectionController (SPConnectionControllerDelegate)