aboutsummaryrefslogtreecommitdiffstats
path: root/Source/CMTextView.m
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2010-04-26 15:16:43 +0000
committerstuconnolly <stuart02@gmail.com>2010-04-26 15:16:43 +0000
commit4826a8a8523690c063fd25797a3d7d232043f31a (patch)
tree7dc7ed6dbc7fe4470706eb49423aefcb712d5d41 /Source/CMTextView.m
parented48d6800ff18def939d2ec8ce804cf54839067a (diff)
downloadsequelpro-4826a8a8523690c063fd25797a3d7d232043f31a.tar.gz
sequelpro-4826a8a8523690c063fd25797a3d7d232043f31a.tar.bz2
sequelpro-4826a8a8523690c063fd25797a3d7d232043f31a.zip
Enable all *reasonable* warnings for all build configurations and fix a few of them.
Diffstat (limited to 'Source/CMTextView.m')
-rw-r--r--Source/CMTextView.m3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/CMTextView.m b/Source/CMTextView.m
index 0abe6824..e936e801 100644
--- a/Source/CMTextView.m
+++ b/Source/CMTextView.m
@@ -34,6 +34,7 @@
#import "SPTooltip.h"
#import "TablesList.h"
#import "SPNavigatorController.h"
+#import "SPAlertSheets.h"
#pragma mark -
#pragma mark lex init
@@ -3315,4 +3316,4 @@ NSInteger alphabeticSort(id string1, id string2, void *reverse)
[super dealloc];
}
-@end \ No newline at end of file
+@end