diff options
Diffstat (limited to 'Source/SPNotificationsPreferencePane.h')
-rw-r--r-- | Source/SPNotificationsPreferencePane.h | 3 |
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 |