summaryrefslogtreecommitdiff
path: root/indra/newview/llagentcamera.h
diff options
context:
space:
mode:
authorLoren Shih <seraph@lindenlab.com>2010-03-25 17:27:50 -0400
committerLoren Shih <seraph@lindenlab.com>2010-03-25 17:27:50 -0400
commit853d9e44534f568d4a17033c7b8ecbafddf7bd69 (patch)
treef74a2a4ac2cb05c975f34244e13848ed82833137 /indra/newview/llagentcamera.h
parent504cf0870d964de5b286621a44098af6afdf13cd (diff)
EXT-6539 : Take out mAvatarObject from LLAgentWearables
Removed mAvatarObject / gAgentWearables.mAvatarObject since it's redundant with gAgent.mAvatarObject.
Diffstat (limited to 'indra/newview/llagentcamera.h')
-rw-r--r--indra/newview/llagentcamera.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llagentcamera.h b/indra/newview/llagentcamera.h
index f45cf1f5bb..6fe645e7d1 100644
--- a/indra/newview/llagentcamera.h
+++ b/indra/newview/llagentcamera.h
@@ -102,7 +102,7 @@ public:
virtual ~LLAgentCamera();
void init();
void cleanup();
- void setCameraAvatarObject(LLVOAvatarSelf* avatar);
+ void setAvatarObject(LLVOAvatarSelf* avatar);
private:
BOOL mInitialized;