diff options
author | rowanbeentje <rowan@beent.je> | 2012-05-10 22:32:20 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2012-05-10 22:32:20 +0000 |
commit | 388a71f4bcb6d89bb0d39bfd3a637e69163fc9e1 (patch) | |
tree | 7a2fda19bd8ed5eb8a66621c2cfec0abda8c2d00 /Source/SPConnectionControllerInitializer.m | |
parent | 874a0b71c468118ca1337d61d93f84455cd7f65b (diff) | |
download | sequelpro-388a71f4bcb6d89bb0d39bfd3a637e69163fc9e1.tar.gz sequelpro-388a71f4bcb6d89bb0d39bfd3a637e69163fc9e1.tar.bz2 sequelpro-388a71f4bcb6d89bb0d39bfd3a637e69163fc9e1.zip |
- Fix a build warning caused by r3649 changes
- Improve debug to catch a structure connection issue
Diffstat (limited to 'Source/SPConnectionControllerInitializer.m')
-rw-r--r-- | Source/SPConnectionControllerInitializer.m | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/SPConnectionControllerInitializer.m b/Source/SPConnectionControllerInitializer.m index ee805594..081d07b1 100644 --- a/Source/SPConnectionControllerInitializer.m +++ b/Source/SPConnectionControllerInitializer.m @@ -37,6 +37,7 @@ static NSString *SPConnectionViewNibName = @"ConnectionView"; - (void)_reloadFavoritesViewData; - (void)_selectNode:(SPTreeNode *)node; +- (void)_scrollToSelectedNode; - (void)_restoreOutlineViewStateNode:(SPTreeNode *)node; - (SPTreeNode *)_favoriteNodeForFavoriteID:(NSInteger)favoriteID; |