Fix mismatched definition

This commit is contained in:
Jonas Kvinge
2023-10-13 22:49:20 +02:00
parent d2c747258c
commit 002fa8f4aa
4 changed files with 5 additions and 5 deletions

View File

@@ -34,7 +34,7 @@ namespace GME {
bool IsSupportedFormat(const QFileInfo &file_info);
bool ReadFile(const QFileInfo &file_info, spb::tagreader::SongMetadata *song_info);
uint32_t UnpackBytes32(const char *const arr, size_t length);
uint32_t UnpackBytes32(const char *const bytes, size_t length);
namespace SPC {
// SPC SPEC: http://vspcplay.raphnet.net/spc_file_format.txt