summaryrefslogtreecommitdiff
path: root/indra/newview/llvoavatarself.h
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2012-02-13 19:13:22 -0600
committerDave Parks <davep@lindenlab.com>2012-02-13 19:13:22 -0600
commit7206160fb5d1e8ef2e7fa4d037f34ba1633b0981 (patch)
treeb5eecc59e7a132b86fb5931e5cf20a880c93466e /indra/newview/llvoavatarself.h
parent3267b42ee521a7a059e0e87cba75a3d32af678e5 (diff)
SH-2973 Potential fix for crash in ~LLVOAvatarSelf
Diffstat (limited to 'indra/newview/llvoavatarself.h')
-rw-r--r--indra/newview/llvoavatarself.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvoavatarself.h b/indra/newview/llvoavatarself.h
index 54dbe81993..655fb3a012 100644
--- a/indra/newview/llvoavatarself.h
+++ b/indra/newview/llvoavatarself.h
@@ -383,7 +383,7 @@ private:
};
-extern LLVOAvatarSelf *gAgentAvatarp;
+extern LLPointer<LLVOAvatarSelf> gAgentAvatarp;
BOOL isAgentAvatarValid();