mirror of https://github.com/zeldaret/botw.git
ksys/res: Remove redundant static keyword
This commit is contained in:
parent
f98b6b0dba
commit
97e9bad1af
|
|
@ -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* {
|
||||
|
|
|
|||
Loading…
Reference in New Issue