X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=include%2Fbancache.h;h=944d69816e5450d19d1de264a8ac5a8e81d0bf9a;hb=8f0b1082d8eb9927ab2fdb8e00328df69d198c9a;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