summaryrefslogtreecommitdiff
path: root/indra/newview/llscrollingpanelparam.h
diff options
context:
space:
mode:
authorRichard Nelson <none@none>2010-06-04 16:14:30 -0700
committerRichard Nelson <none@none>2010-06-04 16:14:30 -0700
commite133f8b7d5ef114b2b4df73c024cb14668b55d4b (patch)
tree0bbd92cf579fafdd1b2e6628d652150c9a30c2d1 /indra/newview/llscrollingpanelparam.h
parent9dd68124d18ca9b2d9a252f392cc71cc24928cd5 (diff)
EXT-7492 FIX Invalid previews are loaded for body parts in the Appearance SP
reviewed by Nyx
Diffstat (limited to 'indra/newview/llscrollingpanelparam.h')
-rw-r--r--indra/newview/llscrollingpanelparam.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llscrollingpanelparam.h b/indra/newview/llscrollingpanelparam.h
index fe4ce07166..3cdfd188a8 100644
--- a/indra/newview/llscrollingpanelparam.h
+++ b/indra/newview/llscrollingpanelparam.h
@@ -42,12 +42,13 @@ class LLViewerVisualParam;
class LLWearable;
class LLVisualParamHint;
class LLViewerVisualParam;
+class LLJoint;
class LLScrollingPanelParam : public LLScrollingPanel
{
public:
LLScrollingPanelParam( const LLPanel::Params& panel_params,
- LLViewerJointMesh* mesh, LLViewerVisualParam* param, BOOL allow_modify, LLWearable* wearable );
+ LLViewerJointMesh* mesh, LLViewerVisualParam* param, BOOL allow_modify, LLWearable* wearable, LLJoint* jointp );
virtual ~LLScrollingPanelParam();
virtual void draw();