diff options
author | Richard Linden <none@none> | 2010-09-22 20:12:06 -0700 |
---|---|---|
committer | Richard Linden <none@none> | 2010-09-22 20:12:06 -0700 |
commit | 0034bdc38bb9f757edbfe2600ee19b3731a5c68b (patch) | |
tree | eb09b7ff38c8ec042d2b59a11c623ab3fc1c57f0 /indra/newview/llnearbychathandler.cpp | |
parent | abe758d45fa3dd3524a4c7a9667e4f02c3de8eac (diff) |
fixed build
Diffstat (limited to 'indra/newview/llnearbychathandler.cpp')
-rw-r--r-- | indra/newview/llnearbychathandler.cpp | 2 |
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()) { |