diff options
author | Steven Bennetts <steve@lindenlab.com> | 2009-08-15 00:45:43 +0000 |
---|---|---|
committer | Steven Bennetts <steve@lindenlab.com> | 2009-08-15 00:45:43 +0000 |
commit | 6b31bc72294d72d14e9761c9c05815081517e23b (patch) | |
tree | 5f14df294f788be8aa49824aa93a8fc78c4872d3 /indra/llui/llcontainerview.cpp | |
parent | 3b65da1fad46eda2c97681879fce8880f7462082 (diff) |
EXT-490 Voice device settings unsaved
EXT-466 Statistics window is empty
EXT-488 Minimap does not open
Diffstat (limited to 'indra/llui/llcontainerview.cpp')
-rw-r--r-- | indra/llui/llcontainerview.cpp | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/indra/llui/llcontainerview.cpp b/indra/llui/llcontainerview.cpp index 96948b659f..7e7d6ac111 100644 --- a/indra/llui/llcontainerview.cpp +++ b/indra/llui/llcontainerview.cpp @@ -42,7 +42,12 @@ #include "llscrollcontainer.h" #include "lluictrlfactory.h" -static LLDefaultChildRegistry::Register<LLContainerView> r("container_view"); +static LLDefaultChildRegistry::Register<LLContainerView> r1("container_view"); + +#include "llpanel.h" +#include "llstatview.h" +static ContainerViewRegistry::Register<LLStatView> r2("stat_view"); +static ContainerViewRegistry::Register<LLPanel> r3("panel", &LLPanel::fromXML); LLContainerView::LLContainerView(const LLContainerView::Params& p) : LLView(p), |