aboutsummaryrefslogtreecommitdiff
path: root/cpp04/ex01/AWeapon.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpp04/ex01/AWeapon.hpp')
-rw-r--r--cpp04/ex01/AWeapon.hpp3
1 files changed, 1 insertions, 2 deletions
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 <charles.cabergs@gmail.com> +#+ +:+ +#+ */
/* +#+#+#+#+#+ +#+ */
/* 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