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/llstatview.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/llstatview.cpp')
-rw-r--r-- | indra/llui/llstatview.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llstatview.cpp b/indra/llui/llstatview.cpp index ab4b0be97a..4ba01eb441 100644 --- a/indra/llui/llstatview.cpp +++ b/indra/llui/llstatview.cpp @@ -66,5 +66,6 @@ LLStatView::~LLStatView() static StatViewRegistry::Register<LLStatBar> r1("stat_bar"); +static StatViewRegistry::Register<LLStatView> r2("stat_view"); |