From 09b58217683a33148be667186768252226956bc2 Mon Sep 17 00:00:00 2001 From: Kampfkarren Date: Wed, 17 Aug 2022 16:33:11 -0700 Subject: [PATCH] enum class --- Ast/include/Luau/Lexer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Ast/include/Luau/Lexer.h b/Ast/include/Luau/Lexer.h index 7e1c0007..7e7fe76b 100644 --- a/Ast/include/Luau/Lexer.h +++ b/Ast/include/Luau/Lexer.h @@ -245,7 +245,7 @@ private: bool skipComments; bool readNames; - enum BraceType + enum class BraceType { InterpolatedString, Normal