summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemPotion.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Items/ItemPotion.h')
-rw-r--r--src/Items/ItemPotion.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/Items/ItemPotion.h b/src/Items/ItemPotion.h
index 86330d1c0..49fbfa0dd 100644
--- a/src/Items/ItemPotion.h
+++ b/src/Items/ItemPotion.h
@@ -7,12 +7,12 @@
class cItemPotionHandler:
public cItemHandler
{
- typedef cItemHandler super;
+ using Super = cItemHandler;
public:
cItemPotionHandler():
- super(E_ITEM_POTION)
+ Super(E_ITEM_POTION)
{
}