From 6ba9d9bad6a96f340f4cc7caccbdf28b5ff1a0a1 Mon Sep 17 00:00:00 2001 From: powerof3 <32599957+powerof3@users.noreply.github.com> Date: Mon, 22 Apr 2024 04:20:52 +0530 Subject: [PATCH] Fix compile error --- include/RE/C/CraftingSubMenu.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/RE/C/CraftingSubMenu.h b/include/RE/C/CraftingSubMenu.h index dfdcd619a..cb4d89178 100644 --- a/include/RE/C/CraftingSubMenu.h +++ b/include/RE/C/CraftingSubMenu.h @@ -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{ RELOCATION_ID(50461, 51364) }; return func(this, a_actorValue); }