From b56565eac2d7207c88c53054cb1096519ec7fba9 Mon Sep 17 00:00:00 2001 From: Adam Date: Fri, 8 Apr 2011 03:48:43 -0400 Subject: Fixed Windows build on VS 2010 --- include/dns.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/dns.h') diff --git a/include/dns.h b/include/dns.h index 528490015..b22a2032e 100644 --- a/include/dns.h +++ b/include/dns.h @@ -97,7 +97,7 @@ class CoreExport CachedQuery #if defined(WINDOWS) && !defined(HASHMAP_DEPRECATED) typedef nspace::hash_map > dnscache; #else -typedef nspace::hash_map > dnscache; +typedef nspace::hash_map dnscache; #endif /** -- cgit v1.2.3