From 9a000f40854a69a2fa0f12e1d48467a1be5c6c82 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Fri, 29 May 2015 20:19:11 +0200 Subject: Volume: Mark ReadWiiNames parameter as const I forgot it when I added the method. --- Source/Core/DiscIO/VolumeCommon.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Source/Core/DiscIO/VolumeCommon.cpp') 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 IVolume::GetBanner(int* width, int* height) const return image_buffer; } -std::map IVolume::ReadWiiNames(std::vector& data) +std::map IVolume::ReadWiiNames(const std::vector& data) { std::map names; for (size_t i = 0; i < NUMBER_OF_LANGUAGES; ++i) -- cgit v1.2.3