diff options
Diffstat (limited to 'include/dns.h')
-rw-r--r-- | include/dns.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dns.h b/include/dns.h index 27c3c8848..3c8e55d08 100644 --- a/include/dns.h +++ b/include/dns.h @@ -102,7 +102,7 @@ class CoreExport CachedQuery /** DNS cache information. Holds IPs mapped to hostnames, and hostnames mapped to IPs. */ -typedef nspace::hash_map<irc::string, CachedQuery, irc::hash> dnscache; +typedef std::tr1::unordered_map<irc::string, CachedQuery, irc::hash> dnscache; /** * Error types that class Resolver can emit to its error method. |