diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-15 14:47:51 +0100 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-06-15 14:47:51 +0100 |
commit | 472b7a94c006b81b291ebc0575d563d1fad18bbf (patch) | |
tree | 2b26df9096274f407ce8a18161cab8329e9a8969 /indra/newview | |
parent | ff4d30edf4f89c078ccbffa8a3265cbf0f9c8815 (diff) | |
parent | 565d177156747fd7ee078f2a35567942466d2bfd (diff) |
merge backout.
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llfloatersnapshot.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llfloatersnapshot.cpp b/indra/newview/llfloatersnapshot.cpp index aae379afe2..b8b4a922dc 100644 --- a/indra/newview/llfloatersnapshot.cpp +++ b/indra/newview/llfloatersnapshot.cpp @@ -1704,7 +1704,7 @@ public: LLAvatarData* avatar_data = static_cast<LLAvatarData*>(data); - LLAvatarData new_data(*avatar_data); + LLAvatarData new_data(*avatar_data);
new_data.image_id = mImageID; LLAvatarPropertiesProcessor::getInstance()->sendAvatarPropertiesUpdate(&new_data); |