diff options
Diffstat (limited to 'cpp03/ex02/FragTrap.hpp')
| -rw-r--r-- | cpp03/ex02/FragTrap.hpp | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/cpp03/ex02/FragTrap.hpp b/cpp03/ex02/FragTrap.hpp index fc99532..76c62db 100644 --- a/cpp03/ex02/FragTrap.hpp +++ b/cpp03/ex02/FragTrap.hpp @@ -6,7 +6,7 @@ /* By: cacharle <marvin@42.fr> +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/02/22 05:17:16 by cacharle #+# #+# */ -/* Updated: 2020/11/10 14:40:04 by cacharle ### ########.fr */ +/* Updated: 2020/11/12 08:44:59 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -19,13 +19,15 @@ class FragTrap : public ClapTrap { public: - FragTrap(); FragTrap(std::string const& name); FragTrap(FragTrap const& other); FragTrap& operator=(FragTrap const& other); ~FragTrap(); void vaulthunter_dot_exe(std::string const& target); + +private: + FragTrap(); }; #endif |
