From d08b0b6ae8bcd452a3d707ac153107d0f1523df8 Mon Sep 17 00:00:00 2001
From: Neal Orman <nyx@lindenlab.com>
Date: Fri, 16 Oct 2009 17:56:30 +0000
Subject: merging in new wearable infrastructure to get a step closer to
 eventually supporting multiple wearables per type. Merge tested and
 compiles/working on linux and windows - no obvious regressions on appearance
 or appearance editor. Merge generated no conflicts due to being tested in
 fresh re-branch in avatar-pipeline/multiple-textures-12. Merge perfomed with
 following command:

svn merge -r 136489:136510 svn+ssh://svn.lindenlab.com/svn/linden/branches/avatar-pipeline/multiple-textures-12 .

Progress can be tracked in DEV-32551.

 -Nyx
---
 indra/newview/llpolymorph.h | 3 +++
 1 file changed, 3 insertions(+)

(limited to 'indra/newview/llpolymorph.h')

diff --git a/indra/newview/llpolymorph.h b/indra/newview/llpolymorph.h
index f8dd52ca32..5089fc2e8a 100644
--- a/indra/newview/llpolymorph.h
+++ b/indra/newview/llpolymorph.h
@@ -42,6 +42,7 @@ class LLPolyMeshSharedData;
 class LLVOAvatar;
 class LLVector2;
 class LLViewerJointCollisionVolume;
+class LLWearable;
 
 //-----------------------------------------------------------------------------
 // LLPolyMorphData()
@@ -153,6 +154,8 @@ public:
 	//   This sets mInfo and calls initialization functions
 	BOOL					setInfo(LLPolyMorphTargetInfo *info);
 
+	/*virtual*/ LLViewerVisualParam * 	cloneParam(LLWearable* wearable) const;
+
 	// LLVisualParam Virtual functions
 	///*virtual*/ BOOL				parseData(LLXmlTreeNode* node);
 	/*virtual*/ void				apply( ESex sex );
-- 
cgit v1.2.3