fix: non static variable

This commit is contained in:
Lucas Ribeiro
2026-01-27 14:55:56 -03:00
parent ff8d354259
commit 6cb9b968d5
+1 -1
View File
@@ -10,7 +10,7 @@
namespace ps2recomp
{
static const std::unordered_set<std::string> kKeywords = {
const std::unordered_set<std::string> kKeywords = {
"alignas", "alignof", "and", "and_eq", "asm", "auto", "bitand", "bitor", "bool",
"break", "case", "catch", "char", "char8_t", "char16_t", "char32_t", "class",
"compl", "concept", "const", "consteval", "constexpr", "constinit", "const_cast",