fix
This commit is contained in:
		@ -7,7 +7,6 @@ class HumanA
 | 
			
		||||
{
 | 
			
		||||
	 public:
 | 
			
		||||
		HumanA(const std::string& name, const Weapon& weapon);
 | 
			
		||||
		HumanA(const HumanA& src);
 | 
			
		||||
		~HumanA();
 | 
			
		||||
 | 
			
		||||
		void attack();
 | 
			
		||||
 | 
			
		||||
@ -7,7 +7,6 @@ class HumanB
 | 
			
		||||
{
 | 
			
		||||
	 public:
 | 
			
		||||
		HumanB(const std::string& name);
 | 
			
		||||
		HumanB(const HumanB& src);
 | 
			
		||||
		~HumanB();
 | 
			
		||||
 | 
			
		||||
		void attack();
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user