diff options
author | William Todd Stinson <stinson@lindenlab.com> | 2012-12-12 18:49:07 -0800 |
---|---|---|
committer | William Todd Stinson <stinson@lindenlab.com> | 2012-12-12 18:49:07 -0800 |
commit | 5df9d52d48b56a5d8f36a45ced0393c99473f536 (patch) | |
tree | 7349174bd3ecb3b55a21dc8ce594196fba66cf9c /indra/llui/llnotifications.h | |
parent | 5b827d58f6fe511fa75e67ae3fe861e5e99858ac (diff) |
CHUI-499: Refactoring the persistent notification storage so that I can reuse the functionality for do-not-disturb mode.
Diffstat (limited to 'indra/llui/llnotifications.h')
-rw-r--r-- | indra/llui/llnotifications.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/llnotifications.h b/indra/llui/llnotifications.h index 056a316d40..8bb79b57e3 100644 --- a/indra/llui/llnotifications.h +++ b/indra/llui/llnotifications.h @@ -1026,7 +1026,7 @@ protected: // Stores only persistent notifications. // Class users can use connectChanged() to process persistent notifications -// (see LLNotificationStorage for example). +// (see LLPersistentNotificationStorage for example). class LLPersistentNotificationChannel : public LLNotificationChannel { LOG_CLASS(LLPersistentNotificationChannel); |