aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llnamelistctrl.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llnamelistctrl.cpp')
-rw-r--r--linden/indra/newview/llnamelistctrl.cpp2
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
42static LLRegisterWidget<LLNameListCtrl> r("name_list");
43
42// statics 44// statics
43std::set<LLNameListCtrl*> LLNameListCtrl::sInstances; 45std::set<LLNameListCtrl*> LLNameListCtrl::sInstances;
44 46