diff options
Diffstat (limited to 'carre.cpp')
-rw-r--r-- | carre.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -10,6 +10,6 @@ void Carre::afficher(ostream &s) { s << "Carre(x=" << getAncrage().x << ", y=" << getAncrage().y << ", c=" << getLargeur() - << ", a=" << getAire() + << ", a=" << aire() << ")\n"; }; |