diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-26 20:14:15 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-12-26 20:14:15 +0100 |
| commit | 04fe52806080e61a0037f859ab3b582e25b7dc00 (patch) | |
| tree | 4ec1c3e370c00cd5e3bf0787da17953cbe3687d1 /src/MainWindow.cpp | |
| parent | 5691b7b30f966f72ce1cac18e4573132b351cbbd (diff) | |
Debug PGN parsing
Diffstat (limited to 'src/MainWindow.cpp')
| -rw-r--r-- | src/MainWindow.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index 0602110..6e5850b 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -60,9 +60,9 @@ MainWindow::MainWindow() NewGame(std::shared_ptr<Game>(new Game())); // Temporary TO REMOVE JUST FOR TESTS: - /*BaseTab *bt = new BaseTab((wxFrame *)notebook, "/home/loic/pgn/Milov.pgn"); - this->AddPage(bt,bt); - + //BaseTab *bt = new BaseTab((wxFrame *)notebook, "/home/loic/jean.pgn"); + //this->AddPage(bt,bt); +/* bt = new BaseTab((wxFrame *)notebook, "/home/loic/pgn/Milov.pgn"); this->AddPage(bt,bt);*/ } |
