diff --git a/src/base/bittorrent/torrenthandle.cpp b/src/base/bittorrent/torrenthandle.cpp index 683e1fd64..442821fdf 100644 --- a/src/base/bittorrent/torrenthandle.cpp +++ b/src/base/bittorrent/torrenthandle.cpp @@ -82,7 +82,7 @@ namespace libtorrent template uint qHash(const strong_typedef &key, const uint seed) { - return static_cast((std::hash> {})(key) ^ seed); + return ::qHash((std::hash> {})(key), seed); } } }