aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPAppController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPAppController.h')
-rw-r--r--Source/SPAppController.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h
index 8742607d..e1f1e60c 100644
--- a/Source/SPAppController.h
+++ b/Source/SPAppController.h
@@ -48,6 +48,7 @@
NSMutableDictionary *bundleCategories;
NSMutableDictionary *bundleTriggers;
NSMutableArray *bundleUsedScopes;
+ NSMutableArray *bundleHTMLOutputController;
NSMutableDictionary *bundleKeyEquivalents;
NSMutableDictionary *installedBundleUUIDs;
@@ -107,4 +108,6 @@
- (IBAction)executeBundleItemForApp:(id)sender;
+- (void)addHTMLOutputController:(id)controller;
+
@end