Fixed ubuntu build

This commit is contained in:
emeric
2024-03-29 23:40:39 +01:00
parent bad7ef1006
commit a91fc78d80
+1 -1
View File
@@ -58,7 +58,7 @@ namespace lms::cover
struct EntryHasher
{
constexpr std::size_t operator()(const EntryDesc& entry) const
std::size_t operator()(const EntryDesc& entry) const
{
return std::hash<EntryDesc::VariantType>{}(entry.id) ^ std::hash<std::size_t>{}(entry.size);
}