summaryrefslogtreecommitdiff
path: root/indra/newview/llsidepanelappearance.h
diff options
context:
space:
mode:
authorprep@lindenlab.com <prep@lindenlab.com>2012-12-13 16:53:38 -0600
committerprep@lindenlab.com <prep@lindenlab.com>2012-12-13 16:53:38 -0600
commit18ff702a9965ba8b9a17326b391f8edab01242f6 (patch)
tree462e937b1e1195fa87ec306da01dfc5cf8bba30d /indra/newview/llsidepanelappearance.h
parent8eef31e47a785b32ea0caf434c5c7fa6a251beee (diff)
Fix for SH-3591.
Diffstat (limited to 'indra/newview/llsidepanelappearance.h')
-rw-r--r--indra/newview/llsidepanelappearance.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llsidepanelappearance.h b/indra/newview/llsidepanelappearance.h
index 32bbb8a776..762f557a80 100644
--- a/indra/newview/llsidepanelappearance.h
+++ b/indra/newview/llsidepanelappearance.h
@@ -47,7 +47,7 @@ public:
virtual ~LLSidepanelAppearance();
/*virtual*/ BOOL postBuild();
- /*virtual*/ void onOpen(const LLSD& key);
+ /*virtual*/ void onOpen(const LLSD& key);
void refreshCurrentOutfitName(const std::string& name = "");
@@ -64,6 +64,7 @@ public:
void showDefaultSubpart();
void updateScrollingPanelList();
void updateToVisibility( const LLSD& new_visibility );
+ LLPanelEditWearable* getWearable(){ return mEditWearable; }
private:
void onFilterEdit(const std::string& search_string);