diff options
author | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-01-08 17:06:49 -0800 |
---|---|---|
committer | Gilbert Gonzales <gilbert@lindenlab.com> | 2013-01-08 17:06:49 -0800 |
commit | b5172de28fd6bb8a833cf93180d2d43dd9d4a073 (patch) | |
tree | cc7fcf7335feb85245daa64575eb1a01366e7233 /indra/newview/lldonotdisturbnotificationstorage.cpp | |
parent | 974720373d608a8cbcd3cd26c125b6487b5926a2 (diff) |
CHUI-660: Post code review changes
Diffstat (limited to 'indra/newview/lldonotdisturbnotificationstorage.cpp')
-rw-r--r-- | indra/newview/lldonotdisturbnotificationstorage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/lldonotdisturbnotificationstorage.cpp b/indra/newview/lldonotdisturbnotificationstorage.cpp index 9bb2f27a46..ac41a3804f 100644 --- a/indra/newview/lldonotdisturbnotificationstorage.cpp +++ b/indra/newview/lldonotdisturbnotificationstorage.cpp @@ -77,7 +77,7 @@ void LLDoNotDisturbNotificationStorage::saveNotifications() if (!notificationPtr->isRespondedTo() && !notificationPtr->isCancelled() && !notificationPtr->isExpired()) { - data.append(notificationPtr->asLLSD()); + data.append(notificationPtr->asLLSD(true)); } } |