summaryrefslogtreecommitdiff
path: root/vecteur.h
diff options
context:
space:
mode:
Diffstat (limited to 'vecteur.h')
-rw-r--r--vecteur.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/vecteur.h b/vecteur.h
index e451974..de5e163 100644
--- a/vecteur.h
+++ b/vecteur.h
@@ -19,6 +19,7 @@ class Vecteur {
bool estVide();
Forme *getForme(int index);
int getTaille();
+ int getCapacite();
void afficher(ostream &s);
// Manipulations
bool ajouterForme(Forme *f);