diff options
Diffstat (limited to 'Source/Core/DiscIO/VolumeCommon.cpp')
| -rw-r--r-- | Source/Core/DiscIO/VolumeCommon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/DiscIO/VolumeCommon.cpp b/Source/Core/DiscIO/VolumeCommon.cpp index cb4386af68..f503e259ca 100644 --- a/Source/Core/DiscIO/VolumeCommon.cpp +++ b/Source/Core/DiscIO/VolumeCommon.cpp @@ -57,7 +57,7 @@ std::vector<u32> IVolume::GetBanner(int* width, int* height) const return image_buffer; } -std::map<IVolume::ELanguage, std::string> IVolume::ReadWiiNames(std::vector<u8>& data) +std::map<IVolume::ELanguage, std::string> IVolume::ReadWiiNames(const std::vector<u8>& data) { std::map<IVolume::ELanguage, std::string> names; for (size_t i = 0; i < NUMBER_OF_LANGUAGES; ++i) |
