diff options
Diffstat (limited to 'indra/newview/llnamebox.cpp')
-rw-r--r-- | indra/newview/llnamebox.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llnamebox.cpp b/indra/newview/llnamebox.cpp index b85c1c759d..56648d3218 100644 --- a/indra/newview/llnamebox.cpp +++ b/indra/newview/llnamebox.cpp @@ -46,7 +46,7 @@ // statics std::set<LLNameBox*> LLNameBox::sInstances; -static LLDefaultWidgetRegistry::Register<LLNameBox> r("name_box"); +static LLDefaultChildRegistry::Register<LLNameBox> r("name_box"); LLNameBox::LLNameBox(const Params& p) |