diff options
Diffstat (limited to 'src/UI/EnderChestWindow.h')
-rw-r--r-- | src/UI/EnderChestWindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/UI/EnderChestWindow.h b/src/UI/EnderChestWindow.h index 006a490bf..05f8ca49f 100644 --- a/src/UI/EnderChestWindow.h +++ b/src/UI/EnderChestWindow.h @@ -24,7 +24,7 @@ class cEnderChestWindow : public: cEnderChestWindow(cEnderChestEntity * a_EnderChest); - ~cEnderChestWindow(); + virtual ~cEnderChestWindow() override; virtual void DistributeStack(cItem & a_ItemStack, int a_Slot, cPlayer & a_Player, cSlotArea * a_ClickedArea, bool a_ShouldApply) override; |