aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llvocache.h
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview/llvocache.h')
-rw-r--r--linden/indra/newview/llvocache.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/linden/indra/newview/llvocache.h b/linden/indra/newview/llvocache.h
index c994d4b..2432f22 100644
--- a/linden/indra/newview/llvocache.h
+++ b/linden/indra/newview/llvocache.h
@@ -45,7 +45,7 @@ class LLVOCacheEntry : public LLDLinked<LLVOCacheEntry>
45{ 45{
46public: 46public:
47 LLVOCacheEntry(U32 local_id, U32 crc, LLDataPackerBinaryBuffer &dp); 47 LLVOCacheEntry(U32 local_id, U32 crc, LLDataPackerBinaryBuffer &dp);
48 LLVOCacheEntry(FILE *fp); 48 LLVOCacheEntry(LLFILE *fp);
49 LLVOCacheEntry(); 49 LLVOCacheEntry();
50 ~LLVOCacheEntry(); 50 ~LLVOCacheEntry();
51 51
@@ -55,7 +55,7 @@ public:
55 S32 getCRCChangeCount() const { return mCRCChangeCount; } 55 S32 getCRCChangeCount() const { return mCRCChangeCount; }
56 56
57 void dump() const; 57 void dump() const;
58 void writeToFile(FILE *fp) const; 58 void writeToFile(LLFILE *fp) const;
59 void assignCRC(U32 crc, LLDataPackerBinaryBuffer &dp); 59 void assignCRC(U32 crc, LLDataPackerBinaryBuffer &dp);
60 LLDataPackerBinaryBuffer *getDP(U32 crc); 60 LLDataPackerBinaryBuffer *getDP(U32 crc);
61 void recordHit(); 61 void recordHit();