aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPGrowlController.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPGrowlController.h')
-rw-r--r--Source/SPGrowlController.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/Source/SPGrowlController.h b/Source/SPGrowlController.h
index d0a95d6d..d1cb7dc2 100644
--- a/Source/SPGrowlController.h
+++ b/Source/SPGrowlController.h
@@ -25,9 +25,11 @@
#import <Growl/Growl.h>
+#import "SPSingleton.h"
+
@class SPDatabaseDocument;
-@interface SPGrowlController : NSObject <GrowlApplicationBridgeDelegate>
+@interface SPGrowlController : SPSingleton <GrowlApplicationBridgeDelegate>
{
NSString *timingNotificationName;
double timingNotificationStart;