diff --git a/TicTacToe/fonctions.cpp b/TicTacToe/fonctions.cpp index d7cc3bc..0d1ab72 100644 --- a/TicTacToe/fonctions.cpp +++ b/TicTacToe/fonctions.cpp @@ -15,8 +15,8 @@ BUT : Fichier de fonctions Tic Tac Toe using namespace std; extern const int LARGTIC; - string ICONJ1 = { "X" }; - string ICONJ2 = { "O" }; + string ICONJ1 = "X"; + string ICONJ2 = "O"; int codeConsole = 0; fstream monFlux;