summaryrefslogtreecommitdiff
path: root/carre.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'carre.cpp')
-rw-r--r--carre.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/carre.cpp b/carre.cpp
index 1d0ad44..627eb91 100644
--- a/carre.cpp
+++ b/carre.cpp
@@ -10,6 +10,6 @@ void Carre::afficher(ostream &s) {
s << "Carre(x=" << getAncrage().x
<< ", y=" << getAncrage().y
<< ", c=" << getLargeur()
- << ", a=" << getAire()
+ << ", a=" << aire()
<< ")\n";
};