This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
using namespace std;
|
||||
|
||||
namespace Porygon::Binder {
|
||||
enum class BoundExpressionKind : u_int8_t {
|
||||
enum class BoundExpressionKind : uint8_t {
|
||||
Bad,
|
||||
|
||||
LiteralInteger,
|
||||
|
||||
Reference in New Issue
Block a user