summaryrefslogtreecommitdiff
path: root/indra/newview/llpaneloutfitedit.h
diff options
context:
space:
mode:
authorIgor Borovkov <iborovkov@productengine.com>2010-05-12 13:47:14 +0300
committerIgor Borovkov <iborovkov@productengine.com>2010-05-12 13:47:14 +0300
commit36e84baea4510369e1f947c46368d93995a1f9fb (patch)
treeb6bd58c85b7ddf2765e136fd9a46d5b8a6249a7a /indra/newview/llpaneloutfitedit.h
parent9ab4d2ca8be2edcafa6cdfc3bd774ebaed444dc8 (diff)
EXT-7204 FIXED added updating verbs and status (panel edit outfit) on base oufit changes
--HG-- branch : product-engine
Diffstat (limited to 'indra/newview/llpaneloutfitedit.h')
-rw-r--r--indra/newview/llpaneloutfitedit.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/newview/llpaneloutfitedit.h b/indra/newview/llpaneloutfitedit.h
index 3cdfed14b9..04c94e553f 100644
--- a/indra/newview/llpaneloutfitedit.h
+++ b/indra/newview/llpaneloutfitedit.h
@@ -102,12 +102,14 @@ public:
void update();
+ void updateVerbs();
+
private:
- void updateVerbs();
LLTextBox* mCurrentOutfitName;
+ LLTextBox* mStatus;
LLInventoryPanel* mInventoryItemsPanel;
LLFilterEditor* mSearchFilter;
LLSaveFolderState* mSavedFolderState;