diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-09-16 18:41:19 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-09-16 18:41:19 -0400 |
commit | b5863a7723311ace7b288bc1eb6926b1221262ca (patch) | |
tree | d0b046426e90dbdf3edf27ee751536ef0b17c4e8 /indra/newview/llvocache.h | |
parent | 7ef0e0b92ff60f97f115df5779e574de2624159c (diff) | |
parent | b5ea8b6046b2634cd0ef0ca2d7c3ac8079529e90 (diff) |
Automated merge from viewer-development-shining
Diffstat (limited to 'indra/newview/llvocache.h')
-rw-r--r-- | indra/newview/llvocache.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvocache.h b/indra/newview/llvocache.h index 56b48ef705..4d3c3d98c9 100644 --- a/indra/newview/llvocache.h +++ b/indra/newview/llvocache.h @@ -128,6 +128,7 @@ private: BOOL checkWrite(LLAPRFile* apr_file, void* src, S32 n_bytes) ; private: + BOOL mEnabled; BOOL mInitialized ; BOOL mReadOnly ; HeaderMetaInfo mMetaInfo; @@ -142,7 +143,7 @@ private: static LLVOCache* sInstance ; public: static LLVOCache* getInstance() ; - static BOOL hasInstance() ; + static BOOL hasInstance() ; static void destroyClass() ; }; |