summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitry Zaporozhan <dzaporozhan@productengine.com>2010-03-04 09:22:55 +0200
committerDmitry Zaporozhan <dzaporozhan@productengine.com>2010-03-04 09:22:55 +0200
commit6d5442fbbd3adc9a708b894d402c9719f2dfa324 (patch)
tree18fe5e872cee49976ed8910e2ba037aff0eb387c
parenteabcd8e1b7a46cdaf005839aa1f524f25f3ddea0 (diff)
Fixed windows build.
--HG-- branch : product-engine
-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 546017f028..88bb769109 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);