diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-28 21:56:44 +0100 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2022-02-28 21:56:44 +0100 |
| commit | 2a167cd107e5275c6ff10e1b0acdf67595fbfc04 (patch) | |
| tree | b096567fd814d70df41007d4730871fdc75b90c0 /src/MainWindow.cpp | |
| parent | bd71371beda1b81e5664d6bb5ccdd4634fb52588 (diff) | |
Debug database
Diffstat (limited to 'src/MainWindow.cpp')
| -rw-r--r-- | src/MainWindow.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MainWindow.cpp b/src/MainWindow.cpp index a9e720d..2243f86 100644 --- a/src/MainWindow.cpp +++ b/src/MainWindow.cpp @@ -186,7 +186,7 @@ void MainWindow::NewGame(bool useFen) { } } } else { - NewGame(new Game()); + NewGame(std::shared_ptr<Game>(new Game())); } } |
