summaryrefslogtreecommitdiff
path: root/indra/newview/llpaneloutfitedit.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-07-10 13:52:05 +0100
committerTofu Linden <tofu.linden@lindenlab.com>2010-07-10 13:52:05 +0100
commit5190e7c1bb75e6c8f8396eef5a74b03cb2237b86 (patch)
tree80323b5d1c4d0fc90f796b3af3dac834af8c8b3e /indra/newview/llpaneloutfitedit.h
parentee50934d886b07c85e3be0515ff3e53625052faa (diff)
parent331ccee1f5cea9fab944c934b3beeb70fc7f6504 (diff)
merge from PE's viewer-release
Diffstat (limited to 'indra/newview/llpaneloutfitedit.h')
-rw-r--r--indra/newview/llpaneloutfitedit.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llpaneloutfitedit.h b/indra/newview/llpaneloutfitedit.h
index fb9a35411c..1eef211276 100644
--- a/indra/newview/llpaneloutfitedit.h
+++ b/indra/newview/llpaneloutfitedit.h
@@ -148,7 +148,7 @@ public:
void onInventorySelectionChange();
void onPlusBtnClicked(void);
- void onVisibilityChange();
+ void onVisibilityChange(const LLSD &in_visible_chain);
void applyFolderViewFilter(EFolderViewItemType type);
void applyListViewFilter(EListViewItemType type);
@@ -196,6 +196,7 @@ private:
void onOutfitChanging(bool started);
void getSelectedItemsUUID(uuid_vec_t& uuid_list);
void getCurrentItemUUID(LLUUID& selected_id);
+ void onCOFChanged();
LLTextBox* mCurrentOutfitName;
LLTextBox* mStatus;