diff options
Diffstat (limited to 'vecteur.h')
-rw-r--r-- | vecteur.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |