Skip to content
Snippets Groups Projects
Commit 6d5442fb authored by Dmitry Zaporozhan's avatar Dmitry Zaporozhan
Browse files

Fixed windows build.

--HG--
branch : product-engine
parent eabcd8e1
No related branches found
No related tags found
No related merge requests found
...@@ -82,7 +82,7 @@ void LLSysHandler::removeExclusiveNotifications(const LLNotificationPtr& notif) ...@@ -82,7 +82,7 @@ void LLSysHandler::removeExclusiveNotifications(const LLNotificationPtr& notif)
} }
bool matches(const LLNotificationPtr notification) const 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++) != mExclGroup.end(); it++)
{ {
std::string from_name = LLHandlerUtil::getSubstitutionName(notification); std::string from_name = LLHandlerUtil::getSubstitutionName(notification);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment