diff options
| author | 2008-02-05 02:43:45 +0000 | |
|---|---|---|
| committer | 2008-02-05 02:43:45 +0000 | |
| commit | a533e2fadae28de67ba53d626ac9c4225580f042 (patch) | |
| tree | e6c9e54d28f3b4a00e6eac0fdaa81650f7ebc597 /src/hashcomp.cpp | |
| parent | fixed std:: stuff (diff) | |
fixed std:: stuff
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@8829 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src/hashcomp.cpp')
| -rw-r--r-- | src/hashcomp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hashcomp.cpp b/src/hashcomp.cpp index f73a6f1c1..71d9f0ca9 100644 --- a/src/hashcomp.cpp +++ b/src/hashcomp.cpp @@ -70,7 +70,7 @@ void nspace::strlower(char *n) #ifndef WIN32 size_t nspace::hash<std::string>::operator()(const std::string &s) const #else -size_t nspace::hash_compare<string, std::less<std::string> >::operator()(const std::string &s) const +size_t nspace::hash_compare<std::string, std::less<std::string> >::operator()(const std::string &s) const #endif { /* XXX: NO DATA COPIES! :) |
