X-Git-Url: https://git.netwichtig.de/gitweb/?a=blobdiff_plain;f=src%2Fhashcomp.cpp;h=b3b00248f35f7a8a5c2bf5447d249782d38e0008;hb=f235772cf1781ac9e9b50e1c4c91d59666063436;hp=0ef8d025fb92bb03330fb24e72205f79925fdd96;hpb=f8588b112fe6ef1095e40fcd64f85e670d96bc92;p=user%2Fhenk%2Fcode%2Finspircd.git diff --git a/src/hashcomp.cpp b/src/hashcomp.cpp index 0ef8d025f..b3b00248f 100644 --- a/src/hashcomp.cpp +++ b/src/hashcomp.cpp @@ -144,7 +144,7 @@ void nspace::strlower(char *n) #if defined(WINDOWS) && !defined(HASHMAP_DEPRECATED) size_t nspace::hash_compare >::operator()(const irc::string &s) const #else - size_t CoreExport nspace::hash::operator()(const irc::string &s) const + size_t CoreExport irc::hash::operator()(const irc::string &s) const #endif { register size_t t = 0;