summaryrefslogtreecommitdiff
path: root/indra/newview/llpersistentnotificationstorage.cpp
diff options
context:
space:
mode:
authorOz Linden <oz@lindenlab.com>2013-11-26 16:09:43 -0500
committerOz Linden <oz@lindenlab.com>2013-11-26 16:09:43 -0500
commitfe3a9306233d8fddbbb7d961c398e51d49c29b42 (patch)
tree1875aa113b8b356b26eada5bb64cbf5b0d15824d /indra/newview/llpersistentnotificationstorage.cpp
parent335810246253c04ac3c2ab4f5db556991ed717d6 (diff)
parent52ec6f9af029797615a80e5a889572c18914d56e (diff)
merge fix for STORM-1984
Diffstat (limited to 'indra/newview/llpersistentnotificationstorage.cpp')
-rwxr-xr-xindra/newview/llpersistentnotificationstorage.cpp2
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));