diff --git a/Source/Core/Common/ChunkFile.h b/Source/Core/Common/ChunkFile.h index e0aecbea94..8e4280e9ab 100644 --- a/Source/Core/Common/ChunkFile.h +++ b/Source/Core/Common/ChunkFile.h @@ -268,7 +268,7 @@ private: template void DoContainer(T& x) { - size_t size = x.size(); + u32 size = (u32)x.size(); Do(size); x.resize(size);