From 2e0cf63a219d24ef07412deca9b0e6cb02882b46 Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Wed, 11 Nov 2020 08:27:14 +0100 Subject: Fixing small bugs in cpp03 --- cpp03/ex04/SuperTrap.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpp03/ex04/SuperTrap.hpp') diff --git a/cpp03/ex04/SuperTrap.hpp b/cpp03/ex04/SuperTrap.hpp index 39a0378..f660e20 100644 --- a/cpp03/ex04/SuperTrap.hpp +++ b/cpp03/ex04/SuperTrap.hpp @@ -6,7 +6,7 @@ /* By: charles +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/04/13 17:48:31 by charles #+# #+# */ -/* Updated: 2020/11/10 14:44:07 by cacharle ### ########.fr */ +/* Updated: 2020/11/11 07:13:14 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -29,7 +29,6 @@ public: void rangedAttack(std::string const& target) const; void meleeAttack(std::string const& target) const; - }; #endif -- cgit