mirror of
https://github.com/taglib/taglib.git
synced 2025-05-27 13:10:26 -04:00
remove pointless static in namespace
Use constexpr too Signed-off-by: Rosen Penev <rosenp@gmail.com>
This commit is contained in:
parent
cd044bfc8f
commit
1a1ee8b54f
@ -31,7 +31,7 @@ using namespace TagLib;
|
||||
|
||||
namespace {
|
||||
|
||||
static const char *const typeStrs[] = {
|
||||
constexpr const char *typeStrs[] = {
|
||||
"Other",
|
||||
"File Icon",
|
||||
"Other File Icon",
|
||||
@ -52,7 +52,7 @@ namespace {
|
||||
"Coloured Fish",
|
||||
"Illustration",
|
||||
"Band Logo",
|
||||
"Publisher Logo"
|
||||
"Publisher Logo",
|
||||
};
|
||||
|
||||
} // namespace
|
||||
|
Loading…
Reference in New Issue
Block a user