diff options
| author | TakaRikka <38417346+TakaRikka@users.noreply.github.com> | 2026-03-18 02:57:37 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-18 02:57:37 -0700 |
| commit | bc7503cb70fff0dfcea72c4df0ddc3e492e6b160 (patch) | |
| tree | 83387b95f5df062b723fa4c8bb7a771ca867a384 /include | |
| parent | f64015ea383cc3ba93a90918ac3dd1d2f66e1e17 (diff) | |
fix push pull callback UB in other compilers (#3134)
Diffstat (limited to 'include')
| -rw-r--r-- | include/d/actor/d_a_obj_iceblock.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/d/actor/d_a_obj_iceblock.h b/include/d/actor/d_a_obj_iceblock.h index 42b7b41c7e..ba74c43e0e 100644 --- a/include/d/actor/d_a_obj_iceblock.h +++ b/include/d/actor/d_a_obj_iceblock.h @@ -37,7 +37,7 @@ public: ACTION_DEAD_e, }; - static void PPCallBack(fopAc_ac_c*, fopAc_ac_c*, s16, dBgW_Base::PushPullLabel); + static fopAc_ac_c* PPCallBack(fopAc_ac_c*, fopAc_ac_c*, s16, dBgW_Base::PushPullLabel); void initBaseMtx(); void setBaseMtx(); u16 getPointNo(); |
