From: fez Date: Tue, 5 Feb 2008 02:41:22 +0000 (+0000) Subject: fixed std:: stuff X-Git-Tag: v2.0.23~3936 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=532d9de8c5dc2fe059c591109ce4ce6a3e813bb8;p=user%2Fhenk%2Fcode%2Finspircd.git fixed std:: stuff git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8825 e03df62e-2008-0410-955e-edbf42e46eb7 --- diff --git a/include/bancache.h b/include/bancache.h index 3aee3cffd..944d69816 100644 --- a/include/bancache.h +++ b/include/bancache.h @@ -48,7 +48,7 @@ class CoreExport BanCacheHit : public classbase #ifndef WIN32 typedef nspace::hash_map > BanCacheHash; #else -typedef nspace::hash_map > > BanCacheHash; +typedef nspace::hash_map > > BanCacheHash; #endif class CoreExport BanCacheManager : public classbase