diff options
| author | prep <none@none> | 2012-03-02 11:29:30 -0500 |
|---|---|---|
| committer | prep <none@none> | 2012-03-02 11:29:30 -0500 |
| commit | f5cebb27a72cf31723eb621bdcd117f7634a4e58 (patch) | |
| tree | 656bda206f1467c61d37acee3440020281440b06 /indra/newview/llwearable.cpp | |
| parent | c2a7006413ea5e4a0bf7b8b75fe5afdb51e9a6e5 (diff) | |
| parent | e1e13bcab96565ddc7627139673519a09a60962f (diff) | |
merge
Diffstat (limited to 'indra/newview/llwearable.cpp')
| -rw-r--r-- | indra/newview/llwearable.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llwearable.cpp b/indra/newview/llwearable.cpp index d8aa0b7d5c..0f7f63061b 100644 --- a/indra/newview/llwearable.cpp +++ b/indra/newview/llwearable.cpp @@ -221,7 +221,7 @@ void LLWearable::createVisualParams() param->resetDrivenParams(); if(!param->linkDrivenParams(boost::bind(wearable_function,(LLWearable*)this, _1), false)) { - if( !param->linkDrivenParams(boost::bind(avatar_function,gAgentAvatarp,_1 ), true)) + if( !param->linkDrivenParams(boost::bind(avatar_function,gAgentAvatarp.get(),_1 ), true)) { llwarns << "could not link driven params for wearable " << getName() << " id: " << param->getID() << llendl; continue; |
