diff --git a/includes/Dames/PlateauDames.hpp b/includes/Dames/PlateauDames.hpp index 8239b6d..9153d3f 100644 --- a/includes/Dames/PlateauDames.hpp +++ b/includes/Dames/PlateauDames.hpp @@ -3,7 +3,7 @@ #include "../Joueur.hpp" #include "../Plateau.hpp" -struct PlateauDames : public Plateau { +struct PlateauDames final : public Plateau { PlateauDames(Joueur &joueur1, Joueur &joueur2); virtual ~PlateauDames();