Skip to content

Commit

Permalink
Fix compile error
Browse files Browse the repository at this point in the history
  • Loading branch information
powerof3 committed Apr 22, 2024
1 parent 416de96 commit 6ba9d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/RE/C/CraftingSubMenu.h
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ namespace RE

void UpdateCraftingInfo(ActorValue a_actorValue)
{
using func_t = decltype(&UpdateCraftingInfo);
using func_t = decltype(&CraftingSubMenu::UpdateCraftingInfo);
REL::Relocation<func_t> func{ RELOCATION_ID(50461, 51364) };
return func(this, a_actorValue);
}
Expand Down

0 comments on commit 6ba9d9b

Please sign in to comment.