summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatersidepanelcontainer.h
diff options
context:
space:
mode:
authorprep@lindenlab.com <prep@lindenlab.com>2013-05-13 11:54:37 -0500
committerprep@lindenlab.com <prep@lindenlab.com>2013-05-13 11:54:37 -0500
commit69df2f1b0430dc00519b08bd2f0abd6712d3d2bc (patch)
treed40c3fff4c05b86e5ef2555121389e21210d36f4 /indra/newview/llfloatersidepanelcontainer.h
parentc542c275ac2b54305d693b6f560a8397aeb2fffc (diff)
SH-4035: Hooked up logic to handle 'me->appearance'. Refactored out some commonly used code in llfloatersidepanelcontainer
Diffstat (limited to 'indra/newview/llfloatersidepanelcontainer.h')
-rw-r--r--indra/newview/llfloatersidepanelcontainer.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/indra/newview/llfloatersidepanelcontainer.h b/indra/newview/llfloatersidepanelcontainer.h
index 26fc092200..974934b48f 100644
--- a/indra/newview/llfloatersidepanelcontainer.h
+++ b/indra/newview/llfloatersidepanelcontainer.h
@@ -30,6 +30,8 @@
#include "llfloater.h"
+class LLSidepanelAppearance;
+
/**
* Class LLFloaterSidePanelContainer
*
@@ -81,6 +83,9 @@ public:
}
return panel;
}
+
+private:
+ LLSidepanelAppearance* getSidePanelAppearance();
};
#endif // LL_LLFLOATERSIDEPANELCONTAINER_H