From ee1544f9e7392d947d486a37b6f63159ce35309a Mon Sep 17 00:00:00 2001 From: maintenance Date: Thu, 7 Sep 2023 05:13:41 +0000 Subject: [PATCH] chore: maintenance --- CommonLibSF/include/REL/Relocation.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CommonLibSF/include/REL/Relocation.h b/CommonLibSF/include/REL/Relocation.h index 884814b6..4d5f2afb 100644 --- a/CommonLibSF/include/REL/Relocation.h +++ b/CommonLibSF/include/REL/Relocation.h @@ -642,7 +642,8 @@ namespace REL template void write_vfunc() { - REL::Relocation vtbl{ F::VTABLE[0] }; + REL::Relocation vtbl{ F::VTABLE[0] + * }; T::func = vtbl.write_vfunc(idx, T::thunk); } **/