diff options
Diffstat (limited to 'src/UI/InventoryWindow.h')
-rw-r--r-- | src/UI/InventoryWindow.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/src/UI/InventoryWindow.h b/src/UI/InventoryWindow.h index c02dcfbbb..108f58fa0 100644 --- a/src/UI/InventoryWindow.h +++ b/src/UI/InventoryWindow.h @@ -15,12 +15,13 @@ -class cInventoryWindow : +class cInventoryWindow: public cWindow { - typedef cWindow super; + using Super = cWindow; public: + cInventoryWindow(cPlayer & a_Player); virtual void DistributeStack(cItem & a_ItemStack, int a_Slot, cPlayer & a_Player, cSlotArea * a_ClickedArea, bool a_ShouldApply) override; |