aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPCustomQuery.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2011-03-07 01:49:27 +0000
committerrowanbeentje <rowan@beent.je>2011-03-07 01:49:27 +0000
commit2d3228958dc5d4fc78bbc2bb6a60c48299ddd0df (patch)
tree0026f10d050eec35dec6d88a3273f991cc7bf36b /Source/SPCustomQuery.h
parent3ad653d83d064413051c48da6e4c40f4f979f870 (diff)
downloadsequelpro-2d3228958dc5d4fc78bbc2bb6a60c48299ddd0df.tar.gz
sequelpro-2d3228958dc5d4fc78bbc2bb6a60c48299ddd0df.tar.bz2
sequelpro-2d3228958dc5d4fc78bbc2bb6a60c48299ddd0df.zip
Fix more compiler warnings, including a few bugs
Diffstat (limited to 'Source/SPCustomQuery.h')
-rw-r--r--Source/SPCustomQuery.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPCustomQuery.h b/Source/SPCustomQuery.h
index 26d0a60c..68969a01 100644
--- a/Source/SPCustomQuery.h
+++ b/Source/SPCustomQuery.h
@@ -256,6 +256,7 @@
- (NSRange)currentQueryRange;
- (NSString *)buildHistoryString;
- (void)addHistoryEntry:(NSString *)entryString;
+- (void)savePanelDidEnd:(NSSavePanel *)panel returnCode:(NSInteger)returnCode contextInfo:(id)contextInfo;
- (void)historyItemsHaveBeenUpdated:(id)manager;