From e241abc9df586cce683d6ae89e1d02c13084a10f Mon Sep 17 00:00:00 2001 From: krilius Date: Wed, 29 Apr 2015 20:52:18 +0400 Subject: bug sous osx --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 689767a..12f6c6d 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -5,9 +5,9 @@ int main() { -// Grid * grid = new Grid(); + Grid * grid = new Grid(4); -// grid->description(); + grid->afficher(); return 0; } -- cgit v1.2.3