summaryrefslogtreecommitdiff
path: root/indra/newview/llvocache.h
diff options
context:
space:
mode:
authorXiaohong Bao <bao@lindenlab.com>2011-01-24 15:50:46 -0700
committerXiaohong Bao <bao@lindenlab.com>2011-01-24 15:50:46 -0700
commit2a14079563ce323452a8088cca994e4f5c0edcd4 (patch)
treeffadec0c7ad3f0574e1e67a3bd796e8aaad6cd66 /indra/newview/llvocache.h
parent130e6e895b1707445b8d297dadad13e678848dd6 (diff)
fix for SH-445: debug settings -> "CacheNumberOfRegionsForObjects" does not limit the number of object cache files
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 1070fcaae9..14e3b4c793 100644
--- a/indra/newview/llvocache.h
+++ b/indra/newview/llvocache.h
@@ -130,7 +130,7 @@ private:
void clearCacheInMemory();
void removeCache() ;
void removeEntry(HeaderEntryInfo* entry) ;
- void purgeEntries();
+ void purgeEntries(U32 size);
BOOL updateEntry(const HeaderEntryInfo* entry);
private: