diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2014-01-31 18:24:55 -0700 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2014-01-31 18:24:55 -0700 |
commit | b49170b732e6e4b2cf11b40c12b3d75a8709cf5c (patch) | |
tree | d89f953347dffdf990ba0c666d0748f1176a89d5 /indra/newview/llviewerregion.h | |
parent | 3455bf958908037e6d8fcb2956d2cebcdee6ae2d (diff) |
fix some flaws for memory corruption
Diffstat (limited to 'indra/newview/llviewerregion.h')
-rwxr-xr-x | indra/newview/llviewerregion.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llviewerregion.h b/indra/newview/llviewerregion.h index 7ce191fe8f..7f6a8186a5 100755 --- a/indra/newview/llviewerregion.h +++ b/indra/newview/llviewerregion.h @@ -232,7 +232,7 @@ public: void idleUpdate(F32 max_update_time); void lightIdleUpdate(); bool addVisibleGroup(LLViewerOctreeGroup* group); - void addVisibleCacheEntry(LLVOCacheEntry* entry); + void addVisibleChildCacheEntry(LLVOCacheEntry* parent, LLVOCacheEntry* child); void addActiveCacheEntry(LLVOCacheEntry* entry); void removeActiveCacheEntry(LLVOCacheEntry* entry, LLDrawable* drawablep); void killCacheEntry(U32 local_id); //physically delete the cache entry |