diff options
Diffstat (limited to 'src/UI/CraftingWindow.h')
-rw-r--r-- | src/UI/CraftingWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UI/CraftingWindow.h b/src/UI/CraftingWindow.h index 2412bfdd7..75026dc67 100644 --- a/src/UI/CraftingWindow.h +++ b/src/UI/CraftingWindow.h @@ -22,7 +22,7 @@ class cCraftingWindow: public: - cCraftingWindow(int a_BlockX, int a_BlockY, int a_BlockZ); + cCraftingWindow(); virtual void DistributeStack(cItem & a_ItemStack, int a_Slot, cPlayer & a_Player, cSlotArea * a_ClickedArea, bool a_ShouldApply) override; }; |