mirror of https://github.com/kiwix/libkiwix.git
Make the internal map codeisomapping static.
Symbole should not be visible outside of the compilation unit.
This commit is contained in:
parent
9fa7d78ba1
commit
3958b2a06f
|
@ -20,7 +20,7 @@
|
|||
#include <common/otherTools.h>
|
||||
#include <map>
|
||||
|
||||
std::map<std::string, std::string> codeisomapping {
|
||||
static std::map<std::string, std::string> codeisomapping {
|
||||
{ "af", "afg" },
|
||||
{ "ax", "ala" },
|
||||
{ "al", "alb" },
|
||||
|
|
Loading…
Reference in New Issue