X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Fbancache.h;h=7f51ca75e673e187dccf9d4089a3ac3b68aa27e9;hb=da812566e80811b7f9a190feb0913464ba9f0069;hp=450f711c4e2bcb00695d478ad2db41ed446f4d34;hpb=debedfeb0abb398443fa33452f486c6cc80bb832;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. */