summaryrefslogtreecommitdiff
path: root/ex03/Weapon.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ex03/Weapon.hpp')
-rw-r--r--ex03/Weapon.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/ex03/Weapon.hpp b/ex03/Weapon.hpp
index 917b367..945644c 100644
--- a/ex03/Weapon.hpp
+++ b/ex03/Weapon.hpp
@@ -6,7 +6,7 @@
/* By: dkaiser <dkaiser@student.42heilbronn.de +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* Created: 2025/02/10 11:58:44 by dkaiser #+# #+# */
-/* Updated: 2025/02/10 12:09:57 by dkaiser ### ########.fr */
+/* Updated: 2025/02/10 12:45:20 by dkaiser ### ########.fr */
/* */
/* ************************************************************************** */
@@ -18,7 +18,7 @@
class Weapon
{
public:
- Weapon(void);
+ Weapon(const std::string &type);
const std::string& getType(void) const;
void setType(const std::string &type);
private: