mirror of
https://github.com/ran-j/PS2Recomp.git
synced 2026-09-26 08:51:05 -04:00
fix: non static variable
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user