summaryrefslogtreecommitdiffstats
path: root/src/Items/ItemBow.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Items/ItemBow.h')
-rw-r--r--src/Items/ItemBow.h9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/Items/ItemBow.h b/src/Items/ItemBow.h
index 53a1373b7..81f012c7c 100644
--- a/src/Items/ItemBow.h
+++ b/src/Items/ItemBow.h
@@ -8,14 +8,15 @@
-class cItemBowHandler :
+class cItemBowHandler:
public cItemHandler
{
- typedef cItemHandler super;
+ using Super = cItemHandler;
public:
- cItemBowHandler(void) :
- super(E_ITEM_BOW)
+
+ cItemBowHandler(void):
+ Super(E_ITEM_BOW)
{
}