diff options
Diffstat (limited to 'linden/indra/newview/llnamelistctrl.cpp')
-rw-r--r-- | linden/indra/newview/llnamelistctrl.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/linden/indra/newview/llnamelistctrl.cpp b/linden/indra/newview/llnamelistctrl.cpp index bdfdf06..564677a 100644 --- a/linden/indra/newview/llnamelistctrl.cpp +++ b/linden/indra/newview/llnamelistctrl.cpp | |||
@@ -39,6 +39,8 @@ | |||
39 | #include "llagent.h" | 39 | #include "llagent.h" |
40 | #include "llinventory.h" | 40 | #include "llinventory.h" |
41 | 41 | ||
42 | static LLRegisterWidget<LLNameListCtrl> r("name_list"); | ||
43 | |||
42 | // statics | 44 | // statics |
43 | std::set<LLNameListCtrl*> LLNameListCtrl::sInstances; | 45 | std::set<LLNameListCtrl*> LLNameListCtrl::sInstances; |
44 | 46 | ||