en cours de debug d01 ex03

This commit is contained in:
hugogogo
2022-02-06 10:50:35 +01:00
parent c1990815e2
commit 3708a135be
5 changed files with 13 additions and 5 deletions

View File

@@ -7,7 +7,7 @@ HumanB::HumanB( std::string name ) {
}
HumanB::~HumanB() {}
void setWeapon( Weapon weapon ) {
void HumanB::setWeapon( Weapon weapon ) {
this->_weapon = &weapon;