summaryrefslogtreecommitdiff
path: root/carre.h
diff options
context:
space:
mode:
Diffstat (limited to 'carre.h')
-rw-r--r--carre.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/carre.h b/carre.h
index d986f7f..bf1cc84 100644
--- a/carre.h
+++ b/carre.h
@@ -5,7 +5,7 @@
class Carre : public Rectangle {
public:
- Carre(int x, int y, int cote);
+ Carre(int x=0, int y=0, int cote=1);
~Carre();
void afficher(ostream &s);
};