diff options
author | stuconnolly <stuart02@gmail.com> | 2011-05-14 18:43:05 +0000 |
---|---|---|
committer | stuconnolly <stuart02@gmail.com> | 2011-05-14 18:43:05 +0000 |
commit | c1de88ac62381469ad01975c0f28e5847a65edb9 (patch) | |
tree | c5efc5ad579cdb1df4e8634c8df5b61795f32d33 /Source/SPConnectionController.h | |
parent | 2dbae24c7735ead0524bd9847af6ea99d8654ec6 (diff) | |
download | sequelpro-c1de88ac62381469ad01975c0f28e5847a65edb9.tar.gz sequelpro-c1de88ac62381469ad01975c0f28e5847a65edb9.tar.bz2 sequelpro-c1de88ac62381469ad01975c0f28e5847a65edb9.zip |
Fix exceptions being thrown upon launch.
Diffstat (limited to 'Source/SPConnectionController.h')
-rw-r--r-- | Source/SPConnectionController.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPConnectionController.h b/Source/SPConnectionController.h index e6d933ed..a1a99526 100644 --- a/Source/SPConnectionController.h +++ b/Source/SPConnectionController.h @@ -244,5 +244,8 @@ - (IBAction)importFavorites:(id)sender; - (IBAction)exportFavorites:(id)sender; +// Accessors +- (SPFavoritesOutlineView *)favoritesOutlineView; + #endif @end |