summaryrefslogtreecommitdiff
path: root/indra/llui/lluictrl.cpp
diff options
context:
space:
mode:
authorrichard <none@none>2009-11-12 10:19:23 -0800
committerrichard <none@none>2009-11-12 10:19:23 -0800
commit1d78ebedbd5da89c2a3180fdb1e6aae81510a86c (patch)
treeb107873a91f913a8dcfedbb92c863ffb377eadcb /indra/llui/lluictrl.cpp
parente3690313a2868d5e7164226e867a4e2ee7a8677e (diff)
don't use LLWidgetTypeRegistry for now (useful only for schema generation)
reverted ui_ctrl registration for creation of dummy LLUICtrls
Diffstat (limited to 'indra/llui/lluictrl.cpp')
-rw-r--r--indra/llui/lluictrl.cpp2
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),