X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fbancache.h;h=7f51ca75e673e187dccf9d4089a3ac3b68aa27e9;hb=abc57eddfb56462ac3e433601d010abf1942e611;hp=450f711c4e2bcb00695d478ad2db41ed446f4d34;hpb=11cafc12d5440b67a9f676c9f6aa67840ca5399d;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/include/bancache.h b/include/bancache.h index 450f711c4..7f51ca75e 100644 --- a/include/bancache.h +++ b/include/bancache.h @@ -51,7 +51,7 @@ class CoreExport BanCacheHit /* A container of ban cache items. * must be defined after class BanCacheHit. */ -typedef std::tr1::unordered_map > BanCacheHash; +typedef TR1NS::unordered_map > BanCacheHash; /** A manager for ban cache, which allocates and deallocates and checks cached bans. */