summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2012-03-09 11:31:47 (GMT)
committerRemko Tronçon <git@el-tramo.be>2012-03-09 11:31:47 (GMT)
commit1089374439fa6073800679817198e3c39283113e (patch)
tree39c070d8fe65dae6a70f44ccaac9dea5f2957f93 /SwifTools/Notifier/GrowlNotifierDelegate.mm
parentc83da56f6c93db3dc8040be1137fd40a08bf4132 (diff)
downloadswift-contrib-1089374439fa6073800679817198e3c39283113e.zip
swift-contrib-1089374439fa6073800679817198e3c39283113e.tar.bz2
Fixed Growl crash.
Diffstat (limited to 'SwifTools/Notifier/GrowlNotifierDelegate.mm')
-rw-r--r--SwifTools/Notifier/GrowlNotifierDelegate.mm1
1 files changed, 1 insertions, 0 deletions
diff --git a/SwifTools/Notifier/GrowlNotifierDelegate.mm b/SwifTools/Notifier/GrowlNotifierDelegate.mm
index c7f725f..6952cab 100644
--- a/SwifTools/Notifier/GrowlNotifierDelegate.mm
+++ b/SwifTools/Notifier/GrowlNotifierDelegate.mm
@@ -12,6 +12,7 @@
@synthesize registrationDictionary;
@synthesize name;
+@synthesize notifier;
using namespace Swift;