mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Make the internal map codeisomapping static.
Symbole should not be visible outside of the compilation unit.
This commit is contained in:
@ -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" },
|
||||
|
Reference in New Issue
Block a user