From 532d9de8c5dc2fe059c591109ce4ce6a3e813bb8 Mon Sep 17 00:00:00 2001 From: fez Date: Tue, 5 Feb 2008 02:41:22 +0000 Subject: fixed std:: stuff git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8825 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/bancache.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/bancache.h') 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 -- cgit v1.2.3