fix: implicit conversion loses integer precision (#6466)

This commit is contained in:
Cœur
2023-12-31 21:04:26 +01:00
committed by GitHub
parent 9c4d28dd08
commit e5e768e2ab
7 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -30,7 +30,7 @@
struct tr_variant
{
public:
enum Type
enum Type : size_t
{
NoneIndex = 0,
BoolIndex = 1,