]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - include/bancache.h
Coding style changes in socketengines
[user/henk/code/inspircd.git] / include / bancache.h
index 450f711c4e2bcb00695d478ad2db41ed446f4d34..7f51ca75e673e187dccf9d4089a3ac3b68aa27e9 100644 (file)
@@ -51,7 +51,7 @@ class CoreExport BanCacheHit
 /* A container of ban cache items.
  * must be defined after class BanCacheHit.
  */
-typedef std::tr1::unordered_map<std::string, BanCacheHit*, std::tr1::hash<std::string> > BanCacheHash;
+typedef TR1NS::unordered_map<std::string, BanCacheHit*, TR1NS::hash<std::string> > BanCacheHash;
 
 /** A manager for ban cache, which allocates and deallocates and checks cached bans.
  */