diff options
author | Dave Parks <davep@lindenlab.com> | 2012-09-11 15:55:36 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-09-11 15:55:36 -0500 |
commit | 7aca8ad6b83be2d260b26bd5d27ff36ec7786cff (patch) | |
tree | d4858cb0d901fc27130cb60da617227e48a17569 /indra/newview/llmoveview.h | |
parent | d1c34bff3787c6228b5d89316079011a7f098cfc (diff) |
MAINT-1534 Fix for calls to find widgets getting out of hand.
Diffstat (limited to 'indra/newview/llmoveview.h')
-rw-r--r-- | indra/newview/llmoveview.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llmoveview.h b/indra/newview/llmoveview.h index 744dd866d4..c525d9dfdb 100644 --- a/indra/newview/llmoveview.h +++ b/indra/newview/llmoveview.h @@ -172,6 +172,8 @@ private: */ LLHandle<LLPanel> mOriginalParent; + LLHandle<LLPanel> mStateManagementButtons; + /** * True if the panel is currently attached to the movement controls floater. * |