From cde81f6fb4da3c926cc44e2140044092f56fee9d Mon Sep 17 00:00:00 2001 From: david Date: Mon, 19 Mar 2012 16:53:44 +0000 Subject: [PATCH] Disambiguate another map from std::map. --- scan_engine.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scan_engine.cc b/scan_engine.cc index 4b6bd9554..70fb4dc46 100644 --- a/scan_engine.cc +++ b/scan_engine.cc @@ -3740,7 +3740,7 @@ static void doAnyOutstandingRetransmits(UltraScanInfo *USI) { list::iterator probeI; /* A cache of the last processed probe from each host, to avoid re-examining a bunch of probes to find the next one that needs to be retransmitted. */ - map::iterator> probe_cache; + std::map::iterator> probe_cache; HostScanStats *host = NULL; UltraProbe *probe = NULL; int retrans = 0; /* Number of retransmissions during a loop */