summaryrefslogtreecommitdiff
path: root/carre.cpp
diff options
context:
space:
mode:
authorBenjamin Chausse <benjamin@chausse.xyz>2023-01-13 02:34:01 -0500
committerBenjamin Chausse <benjamin@chausse.xyz>2023-01-13 02:34:01 -0500
commit3fb8effa3603e9a9b96d263009fc1397433436ba (patch)
treeae4d7bf573f69245713b07c253a8027ace8d5244 /carre.cpp
parentb4f16386c70bfeab700e7cc129f2f04295aa0059 (diff)
Tout sauf les tests
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";
};