Fix build

This commit is contained in:
Alexey Milovidov 2023-10-30 03:54:11 +01:00
parent aaca32f6a7
commit ad4bde6b8b

View File

@ -148,7 +148,7 @@ void resetCoverage()
#else
std::span<uintptr_t> getCoverage()
std::span<const uintptr_t> getCoverage()
{
return {};
}