mirror of
https://github.com/taglib/taglib.git
synced 2026-02-07 16:00:22 -05:00
add missing const
Avoids using a non const global variable. Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
@ -29,7 +29,7 @@ using namespace TagLib;
|
||||
|
||||
namespace
|
||||
{
|
||||
const wchar_t *genres[] = {
|
||||
const wchar_t *const genres[] = {
|
||||
L"Blues",
|
||||
L"Classic Rock",
|
||||
L"Country",
|
||||
|
||||
Reference in New Issue
Block a user