summaryrefslogtreecommitdiff
path: root/indra/newview/llnotificationhandlerutil.cpp
diff options
context:
space:
mode:
authorAlexei Arabadji <aarabadji@productengine.com>2010-03-04 14:31:53 +0200
committerAlexei Arabadji <aarabadji@productengine.com>2010-03-04 14:31:53 +0200
commit4e08de74aeba2f5891d40cda0266927d0c9b59f0 (patch)
treed0aaf7482798340c2ab724a24d85c8f45b630fbc /indra/newview/llnotificationhandlerutil.cpp
parentf54bf2a1eac3bc61222e5cceba77755bd340f996 (diff)
parentc222c6c08a1b51bcc8072baf7d1b66f7ae9908a1 (diff)
merged with viewer-2-0
Enter commit message. Lines beginning with 'HG:' are removed. --HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llnotificationhandlerutil.cpp')
-rw-r--r--indra/newview/llnotificationhandlerutil.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnotificationhandlerutil.cpp b/indra/newview/llnotificationhandlerutil.cpp
index 1a30eecf01..565016e63c 100644
--- a/indra/newview/llnotificationhandlerutil.cpp
+++ b/indra/newview/llnotificationhandlerutil.cpp
@@ -82,7 +82,7 @@ void LLSysHandler::removeExclusiveNotifications(const LLNotificationPtr& notif)
}
bool matches(const LLNotificationPtr notification) const
{
- for (std::set<std::string>::iterator it = mExclGroup.begin(); it
+ for (std::set<std::string>::const_iterator it = mExclGroup.begin(); it
!= mExclGroup.end(); it++)
{
std::string from_name = LLHandlerUtil::getSubstitutionName(notification);