diff options
| author | richard <none@none> | 2009-11-12 10:19:53 -0800 |
|---|---|---|
| committer | richard <none@none> | 2009-11-12 10:19:53 -0800 |
| commit | 5c23df8654db1aa5205c720bf5b9387d1b289628 (patch) | |
| tree | 6dc72511bf4fc5d698660d4fac186f964549ac87 /indra/llui/lluictrl.cpp | |
| parent | 816133718eb4e274bfa20ac86dba34faf59155b1 (diff) | |
| parent | 1d78ebedbd5da89c2a3180fdb1e6aae81510a86c (diff) | |
merge
Diffstat (limited to 'indra/llui/lluictrl.cpp')
| -rw-r--r-- | indra/llui/lluictrl.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llui/lluictrl.cpp b/indra/llui/lluictrl.cpp index dd807a3f7e..08fc8fb784 100644 --- a/indra/llui/lluictrl.cpp +++ b/indra/llui/lluictrl.cpp @@ -38,7 +38,7 @@ #include "llpanel.h" #include "lluictrlfactory.h" -static LLWidgetNameRegistry::StaticRegistrar r(&typeid(LLUICtrl::Params), "ui_ctrl"); +static LLDefaultChildRegistry::Register<LLUICtrl> r("ui_ctrl"); LLUICtrl::Params::Params() : tab_stop("tab_stop", true), |
