Fix improper implicit conversion
This commit is contained in:
@@ -311,7 +311,7 @@ Dictionary Example::test_dictionary() const {
|
|||||||
}
|
}
|
||||||
|
|
||||||
BitField<Example::Flags> Example::test_bitfield(BitField<Flags> flags) {
|
BitField<Example::Flags> Example::test_bitfield(BitField<Flags> flags) {
|
||||||
UtilityFunctions::print(" Got BitField: ", String::num(flags));
|
UtilityFunctions::print(" Got BitField: ", String::num_int64(flags));
|
||||||
return flags;
|
return flags;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user