From cf6ee4b001ee4f2462a553f8496ccf7f0459d149 Mon Sep 17 00:00:00 2001 From: Mylloon Date: Wed, 13 Dec 2023 20:39:13 +0100 Subject: [PATCH] chore --- src/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.cpp b/src/main.cpp index 1da3353..b8aba96 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -4,7 +4,7 @@ int main() { Plateau p(10); Ecran e; - e.afficher(std::bind(&Plateau::afficherPlateau, &p, true)); + // e.afficher(std::bind(&Plateau::afficherPlateau, &p, true)); return 0; }