diff options
| author | mike8699 <mikebuntu68@gmail.com> | 2025-01-01 22:17:28 -0500 |
|---|---|---|
| committer | mike8699 <mikebuntu68@gmail.com> | 2025-01-05 19:06:26 -0500 |
| commit | ae2062bb589f7df214464d67c546246c368ddccb (patch) | |
| tree | e6c781ac59c31086d9993cea14847c7fb059e109 /include | |
| parent | c3ac80ab600b002e0d1702659e151c9e3276df04 (diff) | |
Properly define static methods as static
Diffstat (limited to 'include')
| -rw-r--r-- | include/Player/LinkStateItem.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/Player/LinkStateItem.hpp b/include/Player/LinkStateItem.hpp index 591614f2..b7877502 100644 --- a/include/Player/LinkStateItem.hpp +++ b/include/Player/LinkStateItem.hpp @@ -47,7 +47,7 @@ public: /* 44 */ s32 IsHammerEquipped(); // returns 0 if hammer is equipped, otherwise -1 - EquipBombchu *GetEquipBombchu(); - LinkStateMove *GetLinkStateMove(); + static EquipBombchu *GetEquipBombchu(); + static LinkStateMove *GetLinkStateMove(); bool func_ov00_020abf70(); }; |
