add missing const

Avoids using a non const global variable.

Signed-off-by: Rosen Penev <[email protected]>
This commit is contained in:
Rosen Penev
2021-07-08 20:38:27 +02:00
committed by Urs Fleisch
parent c6f1e2750e
commit 07eb81e88a
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ using namespace TagLib;
namespace
{
const wchar_t *genres[] = {
const wchar_t *const genres[] = {
L"Blues",
L"Classic Rock",
L"Country",