Skip to content

Commit

Permalink
chore: maintenance
Browse files Browse the repository at this point in the history
  • Loading branch information
ThirdEyeSqueegee committed Sep 7, 2023
1 parent 2a718a0 commit ee1544f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion CommonLibSF/include/REL/Relocation.h
Original file line number Diff line number Diff line change
Expand Up @@ -642,7 +642,8 @@ namespace REL
template <class F, std::size_t idx, class T>
void write_vfunc()
{
REL::Relocation<std::uintptr_t> vtbl{ F::VTABLE[0] };
REL::Relocation<std::uintptr_t> vtbl{ F::VTABLE[0]
* };
T::func = vtbl.write_vfunc(idx, T::thunk);
}
**/
Expand Down

0 comments on commit ee1544f

Please sign in to comment.