From 426be9a89f976a10441b268ac25608af5e1104cb Mon Sep 17 00:00:00 2001 From: fez Date: Tue, 5 Feb 2008 02:40:51 +0000 Subject: fixed std:: stuff git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8824 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/typedefs.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/typedefs.h b/include/typedefs.h index 6395bfe39..d80e578de 100644 --- a/include/typedefs.h +++ b/include/typedefs.h @@ -24,10 +24,10 @@ typedef nspace::hash_map, irc:: #else /** User hash (windows systems with visual studio) */ -typedef nspace::hash_map > > user_hash; +typedef nspace::hash_map > > user_hash; /** Channel hash (windows systems with visual studio) */ -typedef nspace::hash_map > > chan_hash; +typedef nspace::hash_map > > chan_hash; #endif /** Server name cache -- cgit v1.2.3