X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;ds=sidebyside;f=include%2Fbancache.h;h=944d69816e5450d19d1de264a8ac5a8e81d0bf9a;hb=8c2d96013084de950e3a63be4ae6ed626c4093ab;hp=3aee3cffdaa5096f3d0918860f0a689497955db9;hpb=f1271614679843191bb247c0db2716acb5ac0e4b;p=user%2Fhenk%2Fcode%2Finspircd.git 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