Remove useless 'static' in the delaration of m_iconMap (Navigation)

This commit is contained in:
Jean-François Milants 2021-06-01 21:00:13 +02:00
parent 856dd1151c
commit 9a03ea6a95
1 changed files with 1 additions and 1 deletions

View File

@ -25,7 +25,7 @@ using namespace Pinetime::Applications::Screens;
LV_FONT_DECLARE(lv_font_navi_80)
namespace {
static constexpr std::array<std::pair<const char*, const char*>, 86> m_iconMap = {{
constexpr std::array<std::pair<const char*, const char*>, 86> m_iconMap = {{
{"arrive-left", "\xEE\xA4\x81"},
{"arrive-right", "\xEE\xA4\x82"},
{"arrive-straight", "\xEE\xA4\x80"},