From 0d1a54262cfa7a1a6df34331e7cc28486fe46b35 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Fri, 6 Nov 2015 09:52:35 +0100 Subject: playlist/soundcloud: make key_str "static const" --- src/playlist/plugins/SoundCloudPlaylistPlugin.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/playlist/plugins/SoundCloudPlaylistPlugin.cxx b/src/playlist/plugins/SoundCloudPlaylistPlugin.cxx index 1c6e58ac6..0d3f0fb8b 100644 --- a/src/playlist/plugins/SoundCloudPlaylistPlugin.cxx +++ b/src/playlist/plugins/SoundCloudPlaylistPlugin.cxx @@ -94,7 +94,7 @@ enum key { Other, }; -const char* key_str[] = { +static const char *const key_str[] = { "duration", "title", "stream_url", -- cgit v1.2.3