diff options
Diffstat (limited to 'cpp03/ex03/FragTrap.hpp')
| -rw-r--r-- | cpp03/ex03/FragTrap.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/cpp03/ex03/FragTrap.hpp b/cpp03/ex03/FragTrap.hpp index 2afa95c..fc99532 100644 --- a/cpp03/ex03/FragTrap.hpp +++ b/cpp03/ex03/FragTrap.hpp @@ -6,7 +6,7 @@ /* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/22 05:17:16 by cacharle #+# #+# */ -/* Updated: 2020/04/13 15:33:50 by charles ### ########.fr */ +/* Updated: 2020/11/10 14:40:04 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -20,9 +20,9 @@ class FragTrap : public ClapTrap { public: FragTrap(); - FragTrap(std::string name); + FragTrap(std::string const& name); FragTrap(FragTrap const& other); - void operator=(FragTrap const& other); + FragTrap& operator=(FragTrap const& other); ~FragTrap(); void vaulthunter_dot_exe(std::string const& target); |
