summaryrefslogtreecommitdiff
path: root/indra/newview/llpaneloutfitedit.h
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-06-24 19:37:35 -0400
committerLoren Shih <seraph@lindenlab.com>2010-06-24 19:37:35 -0400
commitc77efc92e3ebcb9af9bb997e5b709484153844d4 (patch)
tree57f58946a62b16dc623d7469d59bef19f514d574 /indra/newview/llpaneloutfitedit.h
parent9f835b9bce6ac023a9f8b98cfb53015f5d416130 (diff)
parentc6b80b47459711cc4c0b1971cb954ad6148517a0 (diff)
automated merge
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 aa5d00903a..de1bf87fb3 100644
--- a/indra/newview/llpaneloutfitedit.h
+++ b/indra/newview/llpaneloutfitedit.h
@@ -192,7 +192,8 @@ private:
void onAddMoreButtonClicked();
void showFilteredWearablesListView(LLWearableType::EType type);
void onOutfitChanging(bool started);
- LLUUID getSelectedItemUUID();
+ void getSelectedItemsUUID(uuid_vec_t& uuid_list);
+ void getCurrentItemUUID(LLUUID& selected_id);
LLTextBox* mCurrentOutfitName;
LLTextBox* mStatus;