diff options
| author | Oz Linden <oz@lindenlab.com> | 2013-11-26 16:09:43 -0500 |
|---|---|---|
| committer | Oz Linden <oz@lindenlab.com> | 2013-11-26 16:09:43 -0500 |
| commit | fe3a9306233d8fddbbb7d961c398e51d49c29b42 (patch) | |
| tree | 1875aa113b8b356b26eada5bb64cbf5b0d15824d /indra/newview/llpersistentnotificationstorage.cpp | |
| parent | 335810246253c04ac3c2ab4f5db556991ed717d6 (diff) | |
| parent | 52ec6f9af029797615a80e5a889572c18914d56e (diff) | |
merge fix for STORM-1984
Diffstat (limited to 'indra/newview/llpersistentnotificationstorage.cpp')
| -rwxr-xr-x | indra/newview/llpersistentnotificationstorage.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llpersistentnotificationstorage.cpp b/indra/newview/llpersistentnotificationstorage.cpp index d8fc2bee32..4f7d071d66 100755 --- a/indra/newview/llpersistentnotificationstorage.cpp +++ b/indra/newview/llpersistentnotificationstorage.cpp @@ -149,7 +149,7 @@ void LLPersistentNotificationStorage::loadNotifications() llwarns << "Too many persistent notifications." << " Processed " << gSavedSettings.getS32("MaxPersistentNotifications") << " of " << data.size() << " persistent notifications." << llendl; break; - } + } } LLNotifications::instance().getChannel("Persistent")-> connectChanged(boost::bind(&LLPersistentNotificationStorage::onPersistentChannelChanged, this, _1)); |
