mirror of
https://github.com/zeldaret/botw
synced 2026-05-26 15:45:05 -04:00
ksys/res: Remove redundant static keyword
This commit is contained in:
@@ -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* {
|
||||
|
||||
Reference in New Issue
Block a user