X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fbancache.h;h=a99e97856b9d1cf13de97a2a524b953dec835ba1;hb=9de86c34d41fcbcedf7b332746b7f0e8c37c7c45;hp=a7aac7f17c8ed0e72beef72f4562b74243a6ea76;hpb=c05ad37bfd03486475889485606ed5cffc7bf5a2;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/bancache.h b/include/bancache.h index a7aac7f17..a99e97856 100644 --- a/include/bancache.h +++ b/include/bancache.h @@ -65,7 +65,7 @@ class CoreExport BanCacheHit /* A container of ban cache items. * must be defined after class BanCacheHit. */ -typedef nspace::hash_map > BanCacheHash; +typedef std::tr1::unordered_map > BanCacheHash; /** A manager for ban cache, which allocates and deallocates and checks cached bans. */