summaryrefslogtreecommitdiff
path: root/indra/newview/llnearbychathandler.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2010-09-22 20:12:06 -0700
committerRichard Linden <none@none>2010-09-22 20:12:06 -0700
commit0034bdc38bb9f757edbfe2600ee19b3731a5c68b (patch)
treeeb09b7ff38c8ec042d2b59a11c623ab3fc1c57f0 /indra/newview/llnearbychathandler.cpp
parentabe758d45fa3dd3524a4c7a9667e4f02c3de8eac (diff)
fixed build
Diffstat (limited to 'indra/newview/llnearbychathandler.cpp')
-rw-r--r--indra/newview/llnearbychathandler.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnearbychathandler.cpp b/indra/newview/llnearbychathandler.cpp
index f141817b3f..47d32e57fb 100644
--- a/indra/newview/llnearbychathandler.cpp
+++ b/indra/newview/llnearbychathandler.cpp
@@ -154,7 +154,7 @@ private:
void LLNearbyChatScreenChannel::deactivateToast(LLToast* toast)
{
- std::vector<LLToast*>::iterator pos = std::find(m_active_toasts.begin(), m_active_toasts.end(), toast);
+ toast_vec_t::iterator pos = std::find(m_active_toasts.begin(), m_active_toasts.end(), toast->getHandle());
if (pos == m_active_toasts.end())
{