diff --git a/Source/Core/Common/Src/ChunkFile.h b/Source/Core/Common/Src/ChunkFile.h index 4c48a595fa..606f001e90 100644 --- a/Source/Core/Common/Src/ChunkFile.h +++ b/Source/Core/Common/Src/ChunkFile.h @@ -100,7 +100,7 @@ public: // Disable size checks to save size for variable size array storing - template + template bool DoArray(T *x, int size, int arrSize) { return DoArray((void *)x, size, arrSize); }