From 5164ed388c1e328cb80dec304ba2fd249ef662f4 Mon Sep 17 00:00:00 2001 From: Loren Shih Date: Wed, 21 Oct 2009 21:37:27 +0000 Subject: Code audit for r136515 ("merging in new wearable infrastructure...") No expected functionality change; this mostly contains cosmetic cleanup. Reviewed by: Nyx --- indra/newview/llpolymesh.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'indra/newview/llpolymesh.cpp') diff --git a/indra/newview/llpolymesh.cpp b/indra/newview/llpolymesh.cpp index 02e11cefad..d5a2d66bcf 100644 --- a/indra/newview/llpolymesh.cpp +++ b/indra/newview/llpolymesh.cpp @@ -1118,7 +1118,7 @@ BOOL LLPolySkeletalDistortion::setInfo(LLPolySkeletalDistortionInfo *info) return TRUE; } -/*virtual*/ LLViewerVisualParam * LLPolySkeletalDistortion::cloneParam(LLWearable* wearable) const +/*virtual*/ LLViewerVisualParam* LLPolySkeletalDistortion::cloneParam(LLWearable* wearable) const { LLPolySkeletalDistortion *new_param = new LLPolySkeletalDistortion(mAvatar); *new_param = *this; -- cgit v1.2.3