diff --git a/src/KingSystem/Resource/resResourceAttCheck.cpp b/src/KingSystem/Resource/resResourceAttCheck.cpp index 033c338a..fbe39358 100644 --- a/src/KingSystem/Resource/resResourceAttCheck.cpp +++ b/src/KingSystem/Resource/resResourceAttCheck.cpp @@ -129,7 +129,7 @@ struct AttCheckFactory { }; template -static constexpr AttCheckFactory makeFactory(const char* name) { +constexpr AttCheckFactory makeFactory(const char* name) { AttCheckFactory factory{}; factory.name = name; factory.make = [](AttCheckType type, sead::Heap* heap) -> AttCheck* {