summaryrefslogtreecommitdiff
path: root/src/KingSystem/Resource/resResourceAttCheck.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/KingSystem/Resource/resResourceAttCheck.cpp')
-rw-r--r--src/KingSystem/Resource/resResourceAttCheck.cpp2
1 files changed, 1 insertions, 1 deletions
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 <typename T>
-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* {