diff options
Diffstat (limited to '')
-rw-r--r-- | linden/indra/newview/llimview.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llimview.h b/linden/indra/newview/llimview.h index a7a088a..8f665d2 100644 --- a/linden/indra/newview/llimview.h +++ b/linden/indra/newview/llimview.h | |||
@@ -218,7 +218,7 @@ private: | |||
218 | LLSD mPendingInvitations; | 218 | LLSD mPendingInvitations; |
219 | LLSD mPendingAgentListUpdates; | 219 | LLSD mPendingAgentListUpdates; |
220 | 220 | ||
221 | std::map<LLUUID, bool> mIgnoreGroupList; | 221 | std::list<LLUUID> mIgnoreGroupList; |
222 | }; | 222 | }; |
223 | 223 | ||
224 | 224 | ||