aboutsummaryrefslogtreecommitdiffstats
path: root/Source/SPNotificationsPreferencePane.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/SPNotificationsPreferencePane.h')
-rw-r--r--Source/SPNotificationsPreferencePane.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/SPNotificationsPreferencePane.h b/Source/SPNotificationsPreferencePane.h
index e9650928..cf0f4c42 100644
--- a/Source/SPNotificationsPreferencePane.h
+++ b/Source/SPNotificationsPreferencePane.h
@@ -38,5 +38,8 @@
* Notifications preference pane controller.
*/
@interface SPNotificationsPreferencePane : SPPreferencePane <SPPreferencePaneProtocol>
+{
+ IBOutlet NSTextField *growlStatusLabel;
+}
@end