summaryrefslogtreecommitdiffstats
path: root/src/UI/CraftingWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/UI/CraftingWindow.h')
-rw-r--r--src/UI/CraftingWindow.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/UI/CraftingWindow.h b/src/UI/CraftingWindow.h
index 01b2da73a..2412bfdd7 100644
--- a/src/UI/CraftingWindow.h
+++ b/src/UI/CraftingWindow.h
@@ -15,12 +15,13 @@
-class cCraftingWindow :
+class cCraftingWindow:
public cWindow
{
- typedef cWindow super;
+ using Super = cWindow;
public:
+
cCraftingWindow(int a_BlockX, int a_BlockY, int a_BlockZ);
virtual void DistributeStack(cItem & a_ItemStack, int a_Slot, cPlayer & a_Player, cSlotArea * a_ClickedArea, bool a_ShouldApply) override;