diff options
Diffstat (limited to 'src/main/cpp/MeleeWeapon.cpp')
-rw-r--r-- | src/main/cpp/MeleeWeapon.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/cpp/MeleeWeapon.cpp b/src/main/cpp/MeleeWeapon.cpp index 8c7ffce..5dd0c0d 100644 --- a/src/main/cpp/MeleeWeapon.cpp +++ b/src/main/cpp/MeleeWeapon.cpp @@ -5,7 +5,7 @@ #include <string> MeleeWeapon::MeleeWeapon(Type t, const std::string &name, bool throwable) -: Weapon(Item::Type::MELEEWEAPON, name), type(t), _throwable(throwable) + : Weapon(Item::Type::MELEEWEAPON, name), type(t), _throwable(throwable) { } |