summaryrefslogtreecommitdiff
path: root/indra/newview/llvocache.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2012-11-20 21:37:04 -0700
committerXiaohong Bao <bao@lindenlab.com>2012-11-20 21:37:04 -0700
commit551411247b8e4701e4768f61717b644750af83a7 (patch)
tree14754d1a2868191f44e5142e87e62236a9870b13 /indra/newview/llvocache.h
parentc180fe2ae2b5d2e00149f9902717e02ed7042143 (diff)
fix a crash caused by object cache for SH-3333.
Diffstat (limited to 'indra/newview/llvocache.h')
-rw-r--r--indra/newview/llvocache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llvocache.h b/indra/newview/llvocache.h
index ded29dd990..4d058ffdac 100644
--- a/indra/newview/llvocache.h
+++ b/indra/newview/llvocache.h
@@ -111,7 +111,7 @@ public:
void recordHit();
void recordDupe() { mDupeCount++; }
- void copy(LLVOCacheEntry* entry); //copy variables
+ void copyTo(LLVOCacheEntry* new_entry); //copy variables
/*virtual*/ void setOctreeEntry(LLViewerOctreeEntry* entry);
void addChild(LLVOCacheEntry* entry);