From 4eecb32ffcf48c42672782fbcd53781a22e95ebf Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Tue, 17 Nov 2020 09:36:17 +0100 Subject: Added cpp04/ex03 main --- cpp04/ex01/AWeapon.hpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'cpp04/ex01/AWeapon.hpp') diff --git a/cpp04/ex01/AWeapon.hpp b/cpp04/ex01/AWeapon.hpp index 0296cd5..cfd803c 100644 --- a/cpp04/ex01/AWeapon.hpp +++ b/cpp04/ex01/AWeapon.hpp @@ -6,7 +6,7 @@ /* By: charles +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/04/14 11:22:06 by charles #+# #+# */ -/* Updated: 2020/11/12 13:34:13 by cacharle ### ########.fr */ +/* Updated: 2020/11/17 08:53:43 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -35,7 +35,6 @@ protected: private: AWeapon(); - }; #endif -- cgit