Skip to content
Snippets Groups Projects
Commit e2fc0e05 authored by Rye Mutt's avatar Rye Mutt :bread:
Browse files

More-er compact LLVOCache::HeaderEntryInfo struct

parent 30324515
No related branches found
No related tags found
No related merge requests found
......@@ -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 ;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment