aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPConnectionController.h
diff options
context:
space:
mode:
authorstuconnolly <stuart02@gmail.com>2011-05-14 18:43:05 +0000
committerstuconnolly <stuart02@gmail.com>2011-05-14 18:43:05 +0000
commitc1de88ac62381469ad01975c0f28e5847a65edb9 (patch)
treec5efc5ad579cdb1df4e8634c8df5b61795f32d33 /Source/SPConnectionController.h
parent2dbae24c7735ead0524bd9847af6ea99d8654ec6 (diff)
downloadsequelpro-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.h3
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