summaryrefslogtreecommitdiff
path: root/indra/newview/llvocache.h
diff options
context:
space:
mode:
authorandreykproductengine <andreykproductengine@lindenlab.com>2017-08-09 18:19:28 +0300
committerandreykproductengine <andreykproductengine@lindenlab.com>2017-08-09 18:19:28 +0300
commit654aead8a1014d095331986a32690920b6d8464a (patch)
tree222521b4173f8961dcb0483279ab7319ac5f49fe /indra/newview/llvocache.h
parentaea3a9c18aeaee73daf1afb93120688817e8cb6a (diff)
SL-684 Improve cache version guard
Diffstat (limited to 'indra/newview/llvocache.h')
-rw-r--r--indra/newview/llvocache.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llvocache.h b/indra/newview/llvocache.h
index 7aabde1b2d..230a81fb76 100644
--- a/indra/newview/llvocache.h
+++ b/indra/newview/llvocache.h
@@ -237,9 +237,10 @@ private:
struct HeaderMetaInfo
{
- HeaderMetaInfo() : mVersion(0){}
+ HeaderMetaInfo() : mVersion(0), mAddressSize(0) {}
U32 mVersion;
+ U32 mAddressSize;
};
struct header_entry_less