optimization of static country table

This commit is contained in:
Arvid Norberg 2007-09-26 00:03:22 +00:00
parent d3ad745419
commit d97f4cd835
1 changed files with 1 additions and 1 deletions

View File

@ -1731,7 +1731,7 @@ namespace libtorrent
m_resolving_country = false;
// must be ordered in increasing order
country_entry country_map[] =
static const country_entry country_map[] =
{
{ 4, "AF"}, { 8, "AL"}, { 10, "AQ"}, { 12, "DZ"}, { 16, "AS"}
, { 20, "AD"}, { 24, "AO"}, { 28, "AG"}, { 31, "AZ"}, { 32, "AR"}