From 6d5442fbbd3adc9a708b894d402c9719f2dfa324 Mon Sep 17 00:00:00 2001 From: Dmitry Zaporozhan Date: Thu, 4 Mar 2010 09:22:55 +0200 Subject: Fixed windows build. --HG-- branch : product-engine --- indra/newview/llnotificationhandlerutil.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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::iterator it = mExclGroup.begin(); it + for (std::set::const_iterator it = mExclGroup.begin(); it != mExclGroup.end(); it++) { std::string from_name = LLHandlerUtil::getSubstitutionName(notification); -- cgit v1.2.3