aboutsummaryrefslogtreecommitdiffstats
path: root/src/tag/TagType.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tag/TagType.h')
-rw-r--r--src/tag/TagType.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tag/TagType.h b/src/tag/TagType.h
index 7a1d351a5..8df595889 100644
--- a/src/tag/TagType.h
+++ b/src/tag/TagType.h
@@ -51,6 +51,6 @@ enum tag_type {
* An array of strings, which map the #tag_type to its machine
* readable name (specific to the MPD protocol).
*/
-extern const char *tag_item_names[];
+extern const char *const tag_item_names[];
#endif