From 3958b2a06faef259a16707fc06222e3059dbe363 Mon Sep 17 00:00:00 2001 From: Matthieu Gautier Date: Mon, 12 Nov 2018 10:33:35 +0100 Subject: [PATCH] Make the internal map codeisomapping static. Symbole should not be visible outside of the compilation unit. --- src/common/otherTools.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/otherTools.cpp b/src/common/otherTools.cpp index 4472cddfe..be11f7109 100644 --- a/src/common/otherTools.cpp +++ b/src/common/otherTools.cpp @@ -20,7 +20,7 @@ #include #include -std::map codeisomapping { +static std::map codeisomapping { { "af", "afg" }, { "ax", "ala" }, { "al", "alb" },