From 9ee47e59995f858ec531b3ee467f131594e4ba1f Mon Sep 17 00:00:00 2001 From: Mattes D Date: Mon, 13 Apr 2020 18:38:06 +0200 Subject: Using Super. --- src/UI/EnderChestWindow.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src/UI/EnderChestWindow.h') diff --git a/src/UI/EnderChestWindow.h b/src/UI/EnderChestWindow.h index b14c760e1..491e94a2a 100644 --- a/src/UI/EnderChestWindow.h +++ b/src/UI/EnderChestWindow.h @@ -16,12 +16,13 @@ -class cEnderChestWindow : +class cEnderChestWindow: public cWindow { - typedef cWindow super; + using Super = cWindow; public: + cEnderChestWindow(cEnderChestEntity * a_EnderChest); virtual ~cEnderChestWindow() override; -- cgit v1.2.3