From a49632d3eba29ca4c5ab62e19e14880cc3979878 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Fri, 12 Jan 2024 02:31:19 +0100 Subject: [PATCH] final --- includes/Dames/PlateauDames.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();