aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPHistoryController.h
diff options
context:
space:
mode:
authorrowanbeentje <rowan@beent.je>2009-12-13 20:56:12 +0000
committerrowanbeentje <rowan@beent.je>2009-12-13 20:56:12 +0000
commit5298595375e55bb70edae0ddf17d921a299b1014 (patch)
treeaee7d92e5c6b5b99a6f099db3c6b20cef7e59ce1 /Source/SPHistoryController.h
parentd0add86e1e7f6b315dd9d62d97d911f6dacef33c (diff)
downloadsequelpro-5298595375e55bb70edae0ddf17d921a299b1014.tar.gz
sequelpro-5298595375e55bb70edae0ddf17d921a299b1014.tar.bz2
sequelpro-5298595375e55bb70edae0ddf17d921a299b1014.zip
- Fix issues causing memory leaks and causing history load tasks never to complete when loading certain history entries - this addresses Issue #499
Diffstat (limited to 'Source/SPHistoryController.h')
-rw-r--r--Source/SPHistoryController.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPHistoryController.h b/Source/SPHistoryController.h
index 56303807..1b5ecaf3 100644
--- a/Source/SPHistoryController.h
+++ b/Source/SPHistoryController.h
@@ -64,7 +64,7 @@ enum sphistory_view_types
// Loading history entries
- (void) loadEntryAtPosition:(unsigned int)position;
- (void) loadEntryTaskWithPosition:(NSNumber *)positionNumber;
-- (void) abortEntryLoad;
+- (void) abortEntryLoadWithPool:(NSAutoreleasePool *)pool;
- (void) loadEntryFromMenuItem:(id)theMenuItem;
// History entry details and description