Make the internal map codeisomapping static.

Symbole should not be visible outside of the compilation unit.
This commit is contained in:
Matthieu Gautier 2018-11-12 10:33:35 +01:00
parent 9fa7d78ba1
commit 3958b2a06f
1 changed files with 1 additions and 1 deletions

View File

@ -20,7 +20,7 @@
#include <common/otherTools.h> #include <common/otherTools.h>
#include <map> #include <map>
std::map<std::string, std::string> codeisomapping { static std::map<std::string, std::string> codeisomapping {
{ "af", "afg" }, { "af", "afg" },
{ "ax", "ala" }, { "ax", "ala" },
{ "al", "alb" }, { "al", "alb" },