diff options
Diffstat (limited to 'linden/indra/newview/llpanelgrouproles.h')
-rw-r--r-- | linden/indra/newview/llpanelgrouproles.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanelgrouproles.h b/linden/indra/newview/llpanelgrouproles.h index 5a0ea31..83052c0 100644 --- a/linden/indra/newview/llpanelgrouproles.h +++ b/linden/indra/newview/llpanelgrouproles.h | |||
@@ -45,7 +45,7 @@ class LLScrollListItem; | |||
45 | // Forward declare for friend usage. | 45 | // Forward declare for friend usage. |
46 | //virtual BOOL LLPanelGroupSubTab::postBuildSubTab(LLView*); | 46 | //virtual BOOL LLPanelGroupSubTab::postBuildSubTab(LLView*); |
47 | 47 | ||
48 | typedef std::map<std::string,LLUUID> icon_map_t; | 48 | typedef std::map<std::string,std::string> icon_map_t; |
49 | 49 | ||
50 | class LLPanelGroupRoles : public LLPanelGroupTab, | 50 | class LLPanelGroupRoles : public LLPanelGroupTab, |
51 | public LLPanelGroupTabObserver | 51 | public LLPanelGroupTabObserver |