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/llpanelpathfindingrebakenavmesh.h | |
parent | d1c34bff3787c6228b5d89316079011a7f098cfc (diff) |
MAINT-1534 Fix for calls to find widgets getting out of hand.
Diffstat (limited to 'indra/newview/llpanelpathfindingrebakenavmesh.h')
-rw-r--r-- | indra/newview/llpanelpathfindingrebakenavmesh.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llpanelpathfindingrebakenavmesh.h b/indra/newview/llpanelpathfindingrebakenavmesh.h index 48764f2aa7..abdc122276 100644 --- a/indra/newview/llpanelpathfindingrebakenavmesh.h +++ b/indra/newview/llpanelpathfindingrebakenavmesh.h @@ -87,6 +87,7 @@ private: LLButton* mNavMeshRebakeButton; LLButton* mNavMeshSendingButton; LLButton* mNavMeshBakingButton; + LLHandle<LLPanel> mStateManagementButtons; LLPathfindingNavMesh::navmesh_slot_t mNavMeshSlot; boost::signals2::connection mRegionCrossingSlot; |