diff --git a/indra/newview/llvocache.h b/indra/newview/llvocache.h
index 8fb72df2a1e052164f5f9ef90116a1ec45dde873..3011318ce5e5d40b0834572c996a08503a8c6434 100644
--- a/indra/newview/llvocache.h
+++ b/indra/newview/llvocache.h
@@ -229,9 +229,9 @@ class LLVOCache final : public LLParamSingleton<LLVOCache>
 private:
 	struct HeaderEntryInfo
 	{
-		HeaderEntryInfo() : mIndex(0), mHandle(0), mTime(0) {}
+		HeaderEntryInfo() : mHandle(0), mIndex(0), mTime(0) {}
+		U64 mHandle;
 		S32 mIndex;
-		U64 mHandle ;
 		U32 mTime ;
 	};