summaryrefslogtreecommitdiff
path: root/indra/llui/llcontainerview.h
diff options
context:
space:
mode:
authorSteven Bennetts <steve@lindenlab.com>2009-08-15 00:45:43 +0000
committerSteven Bennetts <steve@lindenlab.com>2009-08-15 00:45:43 +0000
commit6b31bc72294d72d14e9761c9c05815081517e23b (patch)
tree5f14df294f788be8aa49824aa93a8fc78c4872d3 /indra/llui/llcontainerview.h
parent3b65da1fad46eda2c97681879fce8880f7462082 (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.h')
-rw-r--r--indra/llui/llcontainerview.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/llui/llcontainerview.h b/indra/llui/llcontainerview.h
index 9f3d1ac7ad..74e38e18bc 100644
--- a/indra/llui/llcontainerview.h
+++ b/indra/llui/llcontainerview.h
@@ -36,9 +36,13 @@
#include "stdtypes.h"
#include "lltextbox.h"
#include "llstatbar.h"
+#include "llview.h"
class LLScrollContainer;
+struct ContainerViewRegistry : public LLChildRegistry<ContainerViewRegistry>
+{};
+
class LLContainerView : public LLView
{
public:
@@ -55,6 +59,10 @@ public:
mouse_opaque(false);
}
};
+
+ // my valid children are stored in this registry
+ typedef ContainerViewRegistry child_registry_t;
+
protected:
LLContainerView(const Params& p);
friend class LLUICtrlFactory;