diff --git a/SilentPatchSA/WaveDecoderSA.h b/SilentPatchSA/WaveDecoderSA.h index 01f4515..89ff070 100644 --- a/SilentPatchSA/WaveDecoderSA.h +++ b/SilentPatchSA/WaveDecoderSA.h @@ -8,7 +8,7 @@ private: uint32_t m_dataSize; uint32_t m_offsetToData; size_t m_maxBlockSize = 0; - void* m_buffer = nullptr; + uint8_t* m_buffer = nullptr; struct FormatChunk {