From b8e39b947890e74d82530e25ad9d02668aae1f0c Mon Sep 17 00:00:00 2001 From: Charles Cabergs Date: Thu, 12 Nov 2020 15:46:07 +0100 Subject: Reformating cpp04 classes --- cpp04/ex02/TacticalMarine.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cpp04/ex02/TacticalMarine.hpp') diff --git a/cpp04/ex02/TacticalMarine.hpp b/cpp04/ex02/TacticalMarine.hpp index 18dd0c9..43722d6 100644 --- a/cpp04/ex02/TacticalMarine.hpp +++ b/cpp04/ex02/TacticalMarine.hpp @@ -6,7 +6,7 @@ /* By: charles +#+ +:+ +#+ */ /* +#+#+#+#+#+ +#+ */ /* Created: 2020/04/14 15:30:48 by charles #+# #+# */ -/* Updated: 2020/04/14 15:34:12 by charles ### ########.fr */ +/* Updated: 2020/11/12 15:38:03 by cacharle ### ########.fr */ /* */ /* ************************************************************************** */ @@ -21,7 +21,7 @@ class TacticalMarine : public ISpaceMarine public: TacticalMarine(); TacticalMarine(TacticalMarine const& other); - void operator=(TacticalMarine const& other); + TacticalMarine& operator=(TacticalMarine const& other); virtual ~TacticalMarine(); virtual ISpaceMarine* clone() const; -- cgit