Fixed cast

This commit is contained in:
John Wellbelove 2022-06-05 12:15:11 +01:00
parent bccea7d0da
commit be9d64f5fc

View File

@ -772,7 +772,7 @@ namespace etl
if (nbits != 0U)
{
step(unsigned char(nbits));
step(static_cast<unsigned char>(nbits));
}
return success;