diff options
| author | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-10-14 14:17:54 +0300 | 
|---|---|---|
| committer | Mnikolenko ProductEngine <mnikolenko@productengine.com> | 2013-10-14 14:17:54 +0300 | 
| commit | dbb67c326f3dca8e418b10e0b898b0ad3e4e84ba (patch) | |
| tree | 007551276ed67d410a9a17a7db67de530666e44d /indra | |
| parent | 465809711e69a95cbdc9d0b5066a308a5077e0a0 (diff) | |
merge
Diffstat (limited to 'indra')
| -rwxr-xr-x | indra/newview/llfloatergroupinvite.cpp | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloatergroupinvite.cpp b/indra/newview/llfloatergroupinvite.cpp index 0c735dec1f..d0f3289769 100755 --- a/indra/newview/llfloatergroupinvite.cpp +++ b/indra/newview/llfloatergroupinvite.cpp @@ -30,6 +30,7 @@  #include "llpanelgroupinvite.h"  #include "lltrans.h"  #include "lldraghandle.h" +#include "llagent.h"  #include "llgroupmgr.h"  class LLFloaterGroupInvite::impl @@ -126,6 +127,7 @@ void LLFloaterGroupInvite::showForGroup(const LLUUID& group_id, uuid_vec_t *agen  											 (LLFloaterGroupInvite*)NULL);  	// refresh group information +	gAgent.sendAgentDataUpdateRequest();  	LLGroupMgr::getInstance()->clearGroupData(group_id);  | 
