From: fez Date: Tue, 5 Feb 2008 02:40:51 +0000 (+0000) Subject: fixed std:: stuff X-Git-Tag: v2.0.23~3937 X-Git-Url: https://git.netwichtig.de/gitweb/?a=commitdiff_plain;h=426be9a89f976a10441b268ac25608af5e1104cb;p=user%2Fhenk%2Fcode%2Finspircd.git fixed std:: stuff git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8824 e03df62e-2008-0410-955e-edbf42e46eb7 --- 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