diff options
Diffstat (limited to 'indra/newview/llgrouplist.cpp')
-rw-r--r-- | indra/newview/llgrouplist.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llgrouplist.cpp b/indra/newview/llgrouplist.cpp index 6473c85775..85da2eb2e3 100644 --- a/indra/newview/llgrouplist.cpp +++ b/indra/newview/llgrouplist.cpp @@ -40,7 +40,7 @@ // newview #include "llagent.h" -static LLDefaultWidgetRegistry::Register<LLGroupList> r("group_list"); +static LLDefaultChildRegistry::Register<LLGroupList> r("group_list"); LLGroupList::LLGroupList(const Params& p) : LLAvatarList(p) |