From a698d7c7cf85618bbda357416bbf7d1262f65263 Mon Sep 17 00:00:00 2001 From: Guilherme Maciel Ferreira Date: Sun, 19 Feb 2012 18:56:14 -0200 Subject: [PATCH] Changed protocol_string_map's storage class from external to internal. --- src/host/pingprotocol.cpp | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/host/pingprotocol.cpp b/src/host/pingprotocol.cpp index 0241895..9522045 100644 --- a/src/host/pingprotocol.cpp +++ b/src/host/pingprotocol.cpp @@ -27,7 +27,7 @@ on this file might be covered by the GNU General Public License. using namespace std; -map protocol_string_map; +static map protocol_string_map; PingProtocol get_ping_protocol_from_string( const string & protocol_string ) { -- 1.7.1