,,,,,,
This commit is contained in:
parent
470aa9a45c
commit
5bc9979c90
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ const Gestionnaire &Gestionnaire::operator=(const Gestionnaire &src) {
|
|||
}
|
||||
|
||||
std::ostream &Gestionnaire::print(std::ostream &out) const {
|
||||
out << "La facture s'élève à " << salaire_attendu << "€. Il reste "
|
||||
out << "La facture s'élève à " << salaire_attendu << "€, il reste "
|
||||
<< reste_a_payer() << "€ à payer";
|
||||
|
||||
return out;
|
||||
|
|
Reference in a new issue