summaryrefslogtreecommitdiff
path: root/indra/newview/llsidepaneltaskinfo.h
diff options
context:
space:
mode:
authorTodd Stinson <stinson@lindenlab.com>2012-07-05 17:54:04 -0700
committerTodd Stinson <stinson@lindenlab.com>2012-07-05 17:54:04 -0700
commitbec4708fbab662651a7ebc28a3900b8a5e90c28b (patch)
tree15f4e6743353813eee5ca82bcf6360258419c6b4 /indra/newview/llsidepaneltaskinfo.h
parent3aeb517b91a32f5eaac087347bc0b08fffc7fd46 (diff)
Adding the pathfinding attributes to the object profile panel.
Diffstat (limited to 'indra/newview/llsidepaneltaskinfo.h')
-rw-r--r--indra/newview/llsidepaneltaskinfo.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llsidepaneltaskinfo.h b/indra/newview/llsidepaneltaskinfo.h
index be0fee2127..124229af06 100644
--- a/indra/newview/llsidepaneltaskinfo.h
+++ b/indra/newview/llsidepaneltaskinfo.h
@@ -41,6 +41,7 @@ class LLCheckBoxCtrl;
class LLComboBox;
class LLNameBox;
class LLViewerObject;
+class LLTextBase;
class LLSidepanelTaskInfo : public LLSidepanelInventorySubpanel
{
@@ -150,6 +151,7 @@ private:
LLUICtrl* mDAEditCost;
LLView* mDALabelClickAction;
LLComboBox* mDAComboClickAction;
+ LLTextBase* mDAPathfindingAttributes;
LLView* mDAB;
LLView* mDAO;
LLView* mDAG;