aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llgroupmgr.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llgroupmgr.h')
-rw-r--r--linden/indra/newview/llgroupmgr.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llgroupmgr.h b/linden/indra/newview/llgroupmgr.h
index 709bfd8..4950b66 100644
--- a/linden/indra/newview/llgroupmgr.h
+++ b/linden/indra/newview/llgroupmgr.h
@@ -343,7 +343,7 @@ public:
343 static void processEjectGroupMemberReply(LLMessageSystem* msg, void ** data); 343 static void processEjectGroupMemberReply(LLMessageSystem* msg, void ** data);
344 static void processLeaveGroupReply(LLMessageSystem* msg, void ** data); 344 static void processLeaveGroupReply(LLMessageSystem* msg, void ** data);
345 345
346 static bool parseRoleActions(const LLString& xml_filename); 346 static bool parseRoleActions(const std::string& xml_filename);
347 347
348 std::vector<LLRoleActionSet*> mRoleActionSets; 348 std::vector<LLRoleActionSet*> mRoleActionSets;
349 349