summaryrefslogtreecommitdiffstats
path: root/src/UI/ChestWindow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/UI/ChestWindow.h')
-rw-r--r--src/UI/ChestWindow.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/UI/ChestWindow.h b/src/UI/ChestWindow.h
index 932f7a2ec..18f330519 100644
--- a/src/UI/ChestWindow.h
+++ b/src/UI/ChestWindow.h
@@ -15,12 +15,13 @@
-class cChestWindow :
+class cChestWindow:
public cWindow
{
- typedef cWindow super;
+ using Super = cWindow;
public:
+
cChestWindow(cChestEntity * a_Chest);
cChestWindow(cChestEntity * a_PrimaryChest, cChestEntity * a_SecondaryChest);