diff options
Diffstat (limited to 'Source/SPAppController.h')
-rw-r--r-- | Source/SPAppController.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/SPAppController.h b/Source/SPAppController.h index 48ed2fea..85850b50 100644 --- a/Source/SPAppController.h +++ b/Source/SPAppController.h @@ -40,7 +40,7 @@ @class SPDatabaseDocument; @class SPBundleEditorController; -@interface SPAppController : NSObject <FRFeedbackReporterDelegate, NSOpenSavePanelDelegate> +@interface SPAppController : NSObject <FRFeedbackReporterDelegate, NSApplicationDelegate, NSOpenSavePanelDelegate> { IBOutlet NSWindow* bundleEditorWindow; |