summaryrefslogtreecommitdiff
path: root/indra/llui/llmenugl.cpp
diff options
context:
space:
mode:
authorStinson Linden <stinson@lindenlab.com>2014-05-27 22:45:02 +0100
committerStinson Linden <stinson@lindenlab.com>2014-05-27 22:45:02 +0100
commitc84217cc5bf49354b39ea3521e4805c791a15c8c (patch)
tree25410eb845faefd9bd0975dbeacc1bd7598208b1 /indra/llui/llmenugl.cpp
parentfdc787cc06cd09a70e13cfb9da6f0aecd5d5d50f (diff)
MAINT-4009: Ensuring that the view listeners are properly cleaned up at app close.
Diffstat (limited to 'indra/llui/llmenugl.cpp')
-rwxr-xr-xindra/llui/llmenugl.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llui/llmenugl.cpp b/indra/llui/llmenugl.cpp
index 7383a8c307..604dc92789 100755
--- a/indra/llui/llmenugl.cpp
+++ b/indra/llui/llmenugl.cpp
@@ -63,6 +63,7 @@
// static
LLMenuHolderGL *LLMenuGL::sMenuContainer = NULL;
+view_listener_t::listener_map_t view_listener_t::sListeners;
S32 MENU_BAR_HEIGHT = 0;
S32 MENU_BAR_WIDTH = 0;